Html Css Color HEX #B01ACC Dark Orchid

📋 copy color: '#B01ACC'

red 176 ◦ green 26 ◦ blue 204

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

Shades of Dark Orchid #B01ACC

Tints of Dark Orchid #B01ACC

RGB

 RED value IS 176 (69.14% from 255) = 43.35%

 GREEN value IS 26 (10.55% from 255) = 6.4%

 BLUE value IS 204 (80.08% from 255) = 50.25%

R = 43.35%
G = 6.4%
B = 50.25%

CMYK

 C value IS 0.14

 M value IS 0.87

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B01ACC (or 0xB01ACC) is known color: Dark Orchid. HEX triplet: B0, 1A and CC. RGB value is (176,26,204). Sum of RGB (Red+Green+Blue) = 176+26+204=406 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.35% from 406); Green value is 26 (10.55% from 255 or 6.40% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #B01ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B01ACC is #4FE533. Grayscale: #5A5A5A. Windows color (decimal): -5236020 or 13376176. OLE color: 13376176.

HSL color Cylindrical-coordinate representation of color #B01ACC: hue angle of 290.56º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B01ACC is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 176 26 204 -
CMYK 0.14 0.87 0 0.2
HSL 290.56º 0.77% 0.45% -
HSV(B) 290.56º 0.87% 0.8% -
XYZ 29.17 14.33 58.35 -
YUV 91.14 191.7 188.53 -
System Red Green Blue C M Y K H S L
Decimal 176 26 204 0.14 0.87 0 0.2 290.56 0.77 0.45
Hex B0 1A CC E 57 0 14 123 4D 2D
Octal 260 32 314 16 127 0 24 443 115 55
Binary 10110000 11010 11001100 1110 1010111 0 10100 100100011 1001101 101101

Color Harmonies of #B01ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01ACC

Black with #B01ACC

Text Example


Text Example

White with #B01ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01ACC; }

 p { color: rgb(176,26,204); }

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

background-color css

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

 a { background-color: rgb(176,26,204); }

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

border-color css

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

 span { border-color: rgb(176,26,204); }

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