#B92AC1

Color #B92AC1 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #B92AC1

Tints of Dark Orchid #B92AC1

Color information

#B92AC1 (or 0xB92AC1) is unknown color: approx Dark Orchid. HEX triplet: B9, 2A and C1. RGB value is (185,42,193). Sum of RGB (Red+Green+Blue) = 185+42+193=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 42 (16.80% from 255 or 10% from 420); Blue value is 193 (75.78% from 255 or 45.95% from 420); Max value from RGB is 193 - color contains mainly: blue. Hex color #B92AC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B92AC1 is #46D53E. Grayscale: #656565. Windows color (decimal): -4642111 or 12659385. OLE color: 12659385.

HSL color Cylindrical-coordinate representation of color #B92AC1: hue angle of 296.82º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B92AC1 is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18542193-
CMYK0.040.7800.24
HSL296.82º64.26%46.08%-
HSV(B)296.82º78.24%75.69%-
XYZ30.4615.8251.9-
YUV101.97179.38187.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 185 (72.66% from 255) = 44.05%
GREEN value IS 42 (16.80% from 255) = 10%
BLUE value IS 193 (75.78% from 255) = 45.95%
R=44.05%
G=10%
B=45.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal185421930.040.7800.24296.8264.2646.08
HexB92AC144E018129402e
Octal27152301411603045110056
Binary101110011010101100000110010011100110001001010011000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92AC1; }

 p { color: rgb(185,42,193); }

 H1.HeaderClassName
 {
   color: #B92AC1;
 }
 .AnyTagClassName
 {
   color: #B92AC1;
 }
</style>
background-color css

<style>
 a { background-color: #B92AC1; }

 a { background-color: rgb(185,42,193); }

 div.DivClassName
 {
   background-color: #B92AC1;
 }
 .BgClassName
 {
   background-color: #B92AC1;
 }
</style>
border-color css

<style>
 span { border-color: #B92AC1; }

 span { border-color: rgb(185,42,193); }

 td.TdClassName
 {
   border-color: #B92AC1;
 }
 .TagClassName
 {
   border-color: #B92AC1;
 }
</style>