Html Css Color HEX #822FBC Dark Orchid

📋 copy color: '#822FBC'

red 130 ◦ green 47 ◦ blue 188

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

Shades of Dark Orchid #822FBC

Tints of Dark Orchid #822FBC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.88%

 BLUE value IS 188 (73.83% from 255) = 51.51%

R = 35.62%
G = 12.88%
B = 51.51%

CMYK

 C value IS 0.31

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#822FBC (or 0x822FBC) is known color: Dark Orchid. HEX triplet: 82, 2F and BC. RGB value is (130,47,188). Sum of RGB (Red+Green+Blue) = 130+47+188=365 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.62% from 365); Green value is 47 (18.75% from 255 or 12.88% from 365); Blue value is 188 (73.83% from 255 or 51.51% from 365); Max value from RGB is 188 - color contains mainly: blue. Hex color #822FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #822FBC is #7DD043. Grayscale: #575757. Windows color (decimal): -8245316 or 12332930. OLE color: 12332930.

HSL color Cylindrical-coordinate representation of color #822FBC: hue angle of 275.32º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #822FBC is Cyan = 0.31, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 130 47 188 -
CMYK 0.31 0.75 0 0.26
HSL 275.32º 0.6% 0.46% -
HSV(B) 275.32º 0.75% 0.74% -
XYZ 19.3 10.41 48.57 -
YUV 87.89 184.5 158.04 -
System Red Green Blue C M Y K H S L
Decimal 130 47 188 0.31 0.75 0 0.26 275.32 0.6 0.46
Hex 82 2F BC 1F 4B 0 1A 113 3C 2E
Octal 202 57 274 37 113 0 32 423 74 56
Binary 10000010 101111 10111100 11111 1001011 0 11010 100010011 111100 101110

Color Harmonies of #822FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822FBC

Black with #822FBC

Text Example


Text Example

White with #822FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822FBC; }

 p { color: rgb(130,47,188); }

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

background-color css

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

 a { background-color: rgb(130,47,188); }

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

border-color css

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

 span { border-color: rgb(130,47,188); }

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