Html Css Color HEX #B12CCB Dark Orchid

📋 copy color: '#B12CCB'

red 177 ◦ green 44 ◦ blue 203

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

Shades of Dark Orchid #B12CCB

Tints of Dark Orchid #B12CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.88%

R = 41.75%
G = 10.38%
B = 47.88%

CMYK

 C value IS 0.13

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B12CCB (or 0xB12CCB) is known color: Dark Orchid. HEX triplet: B1, 2C and CB. RGB value is (177,44,203). Sum of RGB (Red+Green+Blue) = 177+44+203=424 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.75% from 424); Green value is 44 (17.58% from 255 or 10.38% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #B12CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B12CCB is #4ED334. Grayscale: #656565. Windows color (decimal): -5165877 or 13315249. OLE color: 13315249.

HSL color Cylindrical-coordinate representation of color #B12CCB: hue angle of 290.19º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B12CCB is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 177 44 203 -
CMYK 0.13 0.78 0 0.20
HSL 290.19º 0.64% 0.48% -
HSV(B) 290.19º 0.78% 0.8% -
XYZ 29.81 15.46 57.91 -
YUV 101.89 185.06 181.57 -
System Red Green Blue C M Y K H S L
Decimal 177 44 203 0.13 0.78 0 0.20 290.19 0.64 0.48
Hex B1 2C CB D 4E 0 14 122 40 30
Octal 261 54 313 15 116 0 24 442 100 60
Binary 10110001 101100 11001011 1101 1001110 0 10100 100100010 1000000 110000

Color Harmonies of #B12CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12CCB

Black with #B12CCB

Text Example


Text Example

White with #B12CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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