Html Css Color HEX #B120DE Dark Orchid

📋 copy color: '#B120DE'

red 177 ◦ green 32 ◦ blue 222

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

Shades of Dark Orchid #B120DE

Tints of Dark Orchid #B120DE

RGB

 RED value IS 177 (69.53% from 255) = 41.07%

 GREEN value IS 32 (12.89% from 255) = 7.42%

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

R = 41.07%
G = 7.42%
B = 51.51%

CMYK

 C value IS 0.20

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B120DE (or 0xB120DE) is known color: Dark Orchid. HEX triplet: B1, 20 and DE. RGB value is (177,32,222). Sum of RGB (Red+Green+Blue) = 177+32+222=431 (57% of max value = 765). Red value is 177 (69.53% from 255 or 41.07% from 431); Green value is 32 (12.89% from 255 or 7.42% from 431); Blue value is 222 (87.11% from 255 or 51.51% from 431); Max value from RGB is 222 - color contains mainly: blue. Hex color #B120DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B120DE is #4EDF21. Grayscale: #606060. Windows color (decimal): -5168930 or 14557361. OLE color: 14557361.

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

Color convert

RGB 177 32 222 -
CMYK 0.20 0.86 0 0.13
HSL 285.79º 0.75% 0.5% -
HSV(B) 285.79º 0.86% 0.87% -
XYZ 31.83 15.65 70.45 -
YUV 97.02 198.54 185.05 -
System Red Green Blue C M Y K H S L
Decimal 177 32 222 0.20 0.86 0 0.13 285.79 0.75 0.5
Hex B1 20 DE 14 56 0 D 11E 4B 32
Octal 261 40 336 24 126 0 15 436 113 62
Binary 10110001 100000 11011110 10100 1010110 0 1101 100011110 1001011 110010

Color Harmonies of #B120DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B120DE

Black with #B120DE

Text Example


Text Example

White with #B120DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B120DE; }

 p { color: rgb(177,32,222); }

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

background-color css

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

 a { background-color: rgb(177,32,222); }

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

border-color css

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

 span { border-color: rgb(177,32,222); }

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