Html Css Color HEX #B01ACB Dark Orchid

📋 copy color: '#B01ACB'

red 176 ◦ green 26 ◦ blue 203

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

Shades of Dark Orchid #B01ACB

Tints of Dark Orchid #B01ACB

RGB

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

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

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

R = 43.46%
G = 6.42%
B = 50.12%

CMYK

 C value IS 0.13

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B01ACB (or 0xB01ACB) is known color: Dark Orchid. HEX triplet: B0, 1A and CB. RGB value is (176,26,203). Sum of RGB (Red+Green+Blue) = 176+26+203=405 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.46% from 405); Green value is 26 (10.55% from 255 or 6.42% from 405); Blue value is 203 (79.69% from 255 or 50.12% from 405); Max value from RGB is 203 - color contains mainly: blue. Hex color #B01ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B01ACB is #4FE534. Grayscale: #5A5A5A. Windows color (decimal): -5236021 or 13310640. OLE color: 13310640.

HSL color Cylindrical-coordinate representation of color #B01ACB: hue angle of 290.85º 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 #B01ACB is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 26 203 -
CMYK 0.13 0.87 0 0.20
HSL 290.85º 0.77% 0.45% -
HSV(B) 290.85º 0.87% 0.8% -
XYZ 29.05 14.28 57.73 -
YUV 91.03 191.2 188.61 -
System Red Green Blue C M Y K H S L
Decimal 176 26 203 0.13 0.87 0 0.20 290.85 0.77 0.45
Hex B0 1A CB D 57 0 14 123 4D 2D
Octal 260 32 313 15 127 0 24 443 115 55
Binary 10110000 11010 11001011 1101 1010111 0 10100 100100011 1001101 101101

Color Harmonies of #B01ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01ACB

Black with #B01ACB

Text Example


Text Example

White with #B01ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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