Html Css Color HEX #B01ACD Dark Orchid

📋 copy color: '#B01ACD'

red 176 ◦ green 26 ◦ blue 205

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

Shades of Dark Orchid #B01ACD

Tints of Dark Orchid #B01ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.37%

R = 43.24%
G = 6.39%
B = 50.37%

CMYK

 C value IS 0.14

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B01ACD (or 0xB01ACD) is known color: Dark Orchid. HEX triplet: B0, 1A and CD. RGB value is (176,26,205). Sum of RGB (Red+Green+Blue) = 176+26+205=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 26 (10.55% from 255 or 6.39% from 407); Blue value is 205 (80.47% from 255 or 50.37% from 407); Max value from RGB is 205 - color contains mainly: blue. Hex color #B01ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B01ACD is #4FE532. Grayscale: #5A5A5A. Windows color (decimal): -5236019 or 13441712. OLE color: 13441712.

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

Color convert

RGB 176 26 205 -
CMYK 0.14 0.87 0 0.20
HSL 290.28º 0.77% 0.45% -
HSV(B) 290.28º 0.87% 0.8% -
XYZ 29.29 14.38 58.99 -
YUV 91.26 192.2 188.45 -
System Red Green Blue C M Y K H S L
Decimal 176 26 205 0.14 0.87 0 0.20 290.28 0.77 0.45
Hex B0 1A CD E 57 0 14 122 4D 2D
Octal 260 32 315 16 127 0 24 442 115 55
Binary 10110000 11010 11001101 1110 1010111 0 10100 100100010 1001101 101101

Color Harmonies of #B01ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01ACD

Black with #B01ACD

Text Example


Text Example

White with #B01ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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