Html Css Color HEX #B01DDC Dark Orchid

📋 copy color: '#B01DDC'

red 176 ◦ green 29 ◦ blue 220

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

Shades of Dark Orchid #B01DDC

Tints of Dark Orchid #B01DDC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.82%

 BLUE value IS 220 (86.33% from 255) = 51.76%

R = 41.41%
G = 6.82%
B = 51.76%

CMYK

 C value IS 0.2

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B01DDC (or 0xB01DDC) is known color: Dark Orchid. HEX triplet: B0, 1D and DC. RGB value is (176,29,220). Sum of RGB (Red+Green+Blue) = 176+29+220=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 29 (11.72% from 255 or 6.82% from 425); Blue value is 220 (86.33% from 255 or 51.76% from 425); Max value from RGB is 220 - color contains mainly: blue. Hex color #B01DDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B01DDC is #4FE223. Grayscale: #5E5E5E. Windows color (decimal): -5235236 or 14425520. OLE color: 14425520.

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

Color convert

RGB 176 29 220 -
CMYK 0.2 0.87 0 0.14
HSL 286.18º 0.77% 0.49% -
HSV(B) 286.18º 0.87% 0.86% -
XYZ 31.26 15.28 69.01 -
YUV 94.73 198.7 185.97 -
System Red Green Blue C M Y K H S L
Decimal 176 29 220 0.2 0.87 0 0.14 286.18 0.77 0.49
Hex B0 1D DC 14 57 0 E 11E 4D 31
Octal 260 35 334 24 127 0 16 436 115 61
Binary 10110000 11101 11011100 10100 1010111 0 1110 100011110 1001101 110001

Color Harmonies of #B01DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01DDC

Black with #B01DDC

Text Example


Text Example

White with #B01DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01DDC; }

 p { color: rgb(176,29,220); }

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

background-color css

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

 a { background-color: rgb(176,29,220); }

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

border-color css

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

 span { border-color: rgb(176,29,220); }

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