Html Css Color HEX #B12ACB Dark Orchid

📋 copy color: '#B12ACB'

red 177 ◦ green 42 ◦ blue 203

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

Shades of Dark Orchid #B12ACB

Tints of Dark Orchid #B12ACB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.95%

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

R = 41.94%
G = 9.95%
B = 48.1%

CMYK

 C value IS 0.13

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B12ACB (or 0xB12ACB) is known color: Dark Orchid. HEX triplet: B1, 2A and CB. RGB value is (177,42,203). Sum of RGB (Red+Green+Blue) = 177+42+203=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 42 (16.80% from 255 or 9.95% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #B12ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B12ACB is #4ED534. Grayscale: #646464. Windows color (decimal): -5166389 or 13314737. OLE color: 13314737.

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

Color convert

RGB 177 42 203 -
CMYK 0.13 0.79 0 0.20
HSL 290.31º 0.66% 0.48% -
HSV(B) 290.31º 0.79% 0.8% -
XYZ 29.74 15.31 57.89 -
YUV 100.72 185.73 182.41 -
System Red Green Blue C M Y K H S L
Decimal 177 42 203 0.13 0.79 0 0.20 290.31 0.66 0.48
Hex B1 2A CB D 4F 0 14 122 42 30
Octal 261 52 313 15 117 0 24 442 102 60
Binary 10110001 101010 11001011 1101 1001111 0 10100 100100010 1000010 110000

Color Harmonies of #B12ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12ACB

Black with #B12ACB

Text Example


Text Example

White with #B12ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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