Html Css Color HEX #B01FDC Dark Orchid

📋 copy color: '#B01FDC'

red 176 ◦ green 31 ◦ blue 220

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

Shades of Dark Orchid #B01FDC

Tints of Dark Orchid #B01FDC

RGB

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

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

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

R = 41.22%
G = 7.26%
B = 51.52%

CMYK

 C value IS 0.2

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B01FDC (or 0xB01FDC) is known color: Dark Orchid. HEX triplet: B0, 1F and DC. RGB value is (176,31,220). Sum of RGB (Red+Green+Blue) = 176+31+220=427 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.22% from 427); Green value is 31 (12.5% from 255 or 7.26% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #B01FDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B01FDC is #4FE023. Grayscale: #5F5F5F. Windows color (decimal): -5234724 or 14426032. OLE color: 14426032.

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

Color convert

RGB 176 31 220 -
CMYK 0.2 0.86 0 0.14
HSL 286.03º 0.75% 0.49% -
HSV(B) 286.03º 0.86% 0.86% -
XYZ 31.31 15.38 69.03 -
YUV 95.9 198.04 185.13 -
System Red Green Blue C M Y K H S L
Decimal 176 31 220 0.2 0.86 0 0.14 286.03 0.75 0.49
Hex B0 1F DC 14 56 0 E 11E 4B 31
Octal 260 37 334 24 126 0 16 436 113 61
Binary 10110000 11111 11011100 10100 1010110 0 1110 100011110 1001011 110001

Color Harmonies of #B01FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01FDC

Black with #B01FDC

Text Example


Text Example

White with #B01FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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