Html Css Color HEX #B12CBA Dark Orchid

📋 copy color: '#B12CBA'

red 177 ◦ green 44 ◦ blue 186

#B12CBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #B12CBA

Tints of Dark Orchid #B12CBA

RGB

 RED value IS 177 (69.53% from 255) = 43.49%

 GREEN value IS 44 (17.58% from 255) = 10.81%

 BLUE value IS 186 (73.05% from 255) = 45.7%

R = 43.49%
G = 10.81%
B = 45.7%

CMYK

 C value IS 0.05

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B12CBA (or 0xB12CBA) is known color: Dark Orchid. HEX triplet: B1, 2C and BA. RGB value is (177,44,186). Sum of RGB (Red+Green+Blue) = 177+44+186=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 44 (17.58% from 255 or 10.81% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #B12CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B12CBA is #4ED345. Grayscale: #636363. Windows color (decimal): -5165894 or 12201137. OLE color: 12201137.

HSL color Cylindrical-coordinate representation of color #B12CBA: hue angle of 296.2º 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 #B12CBA is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 177 44 186 -
CMYK 0.05 0.76 0 0.27
HSL 296.2º 0.62% 0.45% -
HSV(B) 296.2º 0.76% 0.73% -
XYZ 27.9 14.69 47.82 -
YUV 99.96 176.56 182.95 -
System Red Green Blue C M Y K H S L
Decimal 177 44 186 0.05 0.76 0 0.27 296.2 0.62 0.45
Hex B1 2C BA 5 4C 0 1B 128 3E 2D
Octal 261 54 272 5 114 0 33 450 76 55
Binary 10110001 101100 10111010 101 1001100 0 11011 100101000 111110 101101

Color Harmonies of #B12CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12CBA

Black with #B12CBA

Text Example


Text Example

White with #B12CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12CBA; }

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

 H1.HeaderClassName
 {
   color: #B12CBA;
 }
 .AnyTagClassName
 {
   color: #B12CBA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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