Html Css Color HEX #8220BE Dark Orchid

📋 copy color: '#8220BE'

red 130 ◦ green 32 ◦ blue 190

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

Shades of Dark Orchid #8220BE

Tints of Dark Orchid #8220BE

RGB

 RED value IS 130 (51.17% from 255) = 36.93%

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

 BLUE value IS 190 (74.61% from 255) = 53.98%

R = 36.93%
G = 9.09%
B = 53.98%

CMYK

 C value IS 0.32

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8220BE (or 0x8220BE) is known color: Dark Orchid. HEX triplet: 82, 20 and BE. RGB value is (130,32,190). Sum of RGB (Red+Green+Blue) = 130+32+190=352 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.93% from 352); Green value is 32 (12.89% from 255 or 9.09% from 352); Blue value is 190 (74.61% from 255 or 53.98% from 352); Max value from RGB is 190 - color contains mainly: blue. Hex color #8220BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8220BE is #7DDF41. Grayscale: #4E4E4E. Windows color (decimal): -8249154 or 12460162. OLE color: 12460162.

HSL color Cylindrical-coordinate representation of color #8220BE: hue angle of 277.22º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8220BE is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 32 190 -
CMYK 0.32 0.83 0 0.25
HSL 277.22º 0.71% 0.44% -
HSV(B) 277.22º 0.83% 0.75% -
XYZ 19.02 9.5 49.55 -
YUV 79.31 190.47 164.15 -
System Red Green Blue C M Y K H S L
Decimal 130 32 190 0.32 0.83 0 0.25 277.22 0.71 0.44
Hex 82 20 BE 20 53 0 19 115 47 2C
Octal 202 40 276 40 123 0 31 425 107 54
Binary 10000010 100000 10111110 100000 1010011 0 11001 100010101 1000111 101100

Color Harmonies of #8220BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8220BE

Black with #8220BE

Text Example


Text Example

White with #8220BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8220BE; }

 p { color: rgb(130,32,190); }

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

background-color css

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

 a { background-color: rgb(130,32,190); }

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

border-color css

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

 span { border-color: rgb(130,32,190); }

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