#B12CBB

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

Shades of Dark Orchid #B12CBB

Tints of Dark Orchid #B12CBB

Color information

#B12CBB (or 0xB12CBB) is unknown color: approx Dark Orchid. HEX triplet: B1, 2C and BB. RGB value is (177,44,187). Sum of RGB (Red+Green+Blue) = 177+44+187=408 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.38% from 408); Green value is 44 (17.58% from 255 or 10.78% from 408); Blue value is 187 (73.44% from 255 or 45.83% from 408); Max value from RGB is 187 - color contains mainly: blue. Hex color #B12CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B12CBB is #4ED344. Grayscale: #636363. Windows color (decimal): -5165893 or 12266673. OLE color: 12266673.

HSL color Cylindrical-coordinate representation of color #B12CBB: hue angle of 295.8º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B12CBB is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17744187-
CMYK0.050.7600.27
HSL295.8º61.9%45.29%-
HSV(B)295.8º76.47%73.33%-
XYZ2814.7448.38-
YUV100.07177.06182.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.38%
GREEN value IS 44 (17.58% from 255) = 10.78%
BLUE value IS 187 (73.44% from 255) = 45.83%
R=43.38%
G=10.78%
B=45.83%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal177441870.050.7600.27295.861.945.29
HexB12CBB54C01B1283e2d
Octal2615427351140334507655
Binary10110001101100101110111011001100011011100101000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12CBB; }

 p { color: rgb(177,44,187); }

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

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

 a { background-color: rgb(177,44,187); }

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

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

 span { border-color: rgb(177,44,187); }

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