Html Css Color HEX #B01FDE Dark Orchid

📋 copy color: '#B01FDE'

red 176 ◦ green 31 ◦ blue 222

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

Shades of Dark Orchid #B01FDE

Tints of Dark Orchid #B01FDE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.23%

 BLUE value IS 222 (87.11% from 255) = 51.75%

R = 41.03%
G = 7.23%
B = 51.75%

CMYK

 C value IS 0.21

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B01FDE (or 0xB01FDE) is known color: Dark Orchid. HEX triplet: B0, 1F and DE. RGB value is (176,31,222). Sum of RGB (Red+Green+Blue) = 176+31+222=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 31 (12.5% from 255 or 7.23% from 429); Blue value is 222 (87.11% from 255 or 51.75% from 429); Max value from RGB is 222 - color contains mainly: blue. Hex color #B01FDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B01FDE is #4FE021. Grayscale: #5F5F5F. Windows color (decimal): -5234722 or 14557104. OLE color: 14557104.

HSL color Cylindrical-coordinate representation of color #B01FDE: hue angle of 285.55º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B01FDE is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 31 222 -
CMYK 0.21 0.86 0 0.13
HSL 285.55º 0.75% 0.5% -
HSV(B) 285.55º 0.86% 0.87% -
XYZ 31.58 15.48 70.43 -
YUV 96.13 199.04 184.97 -
System Red Green Blue C M Y K H S L
Decimal 176 31 222 0.21 0.86 0 0.13 285.55 0.75 0.5
Hex B0 1F DE 15 56 0 D 11E 4B 32
Octal 260 37 336 25 126 0 15 436 113 62
Binary 10110000 11111 11011110 10101 1010110 0 1101 100011110 1001011 110010

Color Harmonies of #B01FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01FDE

Black with #B01FDE

Text Example


Text Example

White with #B01FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01FDE; }

 p { color: rgb(176,31,222); }

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

background-color css

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

 a { background-color: rgb(176,31,222); }

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

border-color css

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

 span { border-color: rgb(176,31,222); }

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