Html Css Color HEX #B01CDD Dark Orchid

📋 copy color: '#B01CDD'

red 176 ◦ green 28 ◦ blue 221

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

Shades of Dark Orchid #B01CDD

Tints of Dark Orchid #B01CDD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.59%

 BLUE value IS 221 (86.72% from 255) = 52%

R = 41.41%
G = 6.59%
B = 52%

CMYK

 C value IS 0.20

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B01CDD (or 0xB01CDD) is known color: Dark Orchid. HEX triplet: B0, 1C and DD. RGB value is (176,28,221). Sum of RGB (Red+Green+Blue) = 176+28+221=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 28 (11.33% from 255 or 6.59% from 425); Blue value is 221 (86.72% from 255 or 52% from 425); Max value from RGB is 221 - color contains mainly: blue. Hex color #B01CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B01CDD is #4FE322. Grayscale: #5D5D5D. Windows color (decimal): -5235491 or 14490800. OLE color: 14490800.

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

Color convert

RGB 176 28 221 -
CMYK 0.20 0.87 0 0.13
HSL 286.01º 0.78% 0.49% -
HSV(B) 286.01º 0.87% 0.87% -
XYZ 31.37 15.28 69.7 -
YUV 94.25 199.53 186.31 -
System Red Green Blue C M Y K H S L
Decimal 176 28 221 0.20 0.87 0 0.13 286.01 0.78 0.49
Hex B0 1C DD 14 57 0 D 11E 4E 31
Octal 260 34 335 24 127 0 15 436 116 61
Binary 10110000 11100 11011101 10100 1010111 0 1101 100011110 1001110 110001

Color Harmonies of #B01CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01CDD

Black with #B01CDD

Text Example


Text Example

White with #B01CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01CDD; }

 p { color: rgb(176,28,221); }

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

background-color css

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

 a { background-color: rgb(176,28,221); }

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

border-color css

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

 span { border-color: rgb(176,28,221); }

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