Html Css Color HEX #822BBC Dark Orchid

📋 copy color: '#822BBC'

red 130 ◦ green 43 ◦ blue 188

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

Shades of Dark Orchid #822BBC

Tints of Dark Orchid #822BBC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.91%

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

R = 36.01%
G = 11.91%
B = 52.08%

CMYK

 C value IS 0.31

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#822BBC (or 0x822BBC) is known color: Dark Orchid. HEX triplet: 82, 2B and BC. RGB value is (130,43,188). Sum of RGB (Red+Green+Blue) = 130+43+188=361 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.01% from 361); Green value is 43 (17.19% from 255 or 11.91% from 361); Blue value is 188 (73.83% from 255 or 52.08% from 361); Max value from RGB is 188 - color contains mainly: blue. Hex color #822BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #822BBC is #7DD443. Grayscale: #555555. Windows color (decimal): -8246340 or 12331906. OLE color: 12331906.

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

Color convert

RGB 130 43 188 -
CMYK 0.31 0.77 0 0.26
HSL 276º 0.63% 0.45% -
HSV(B) 276º 0.77% 0.74% -
XYZ 19.15 10.1 48.52 -
YUV 85.54 185.82 159.71 -
System Red Green Blue C M Y K H S L
Decimal 130 43 188 0.31 0.77 0 0.26 276 0.63 0.45
Hex 82 2B BC 1F 4D 0 1A 114 3F 2D
Octal 202 53 274 37 115 0 32 424 77 55
Binary 10000010 101011 10111100 11111 1001101 0 11010 100010100 111111 101101

Color Harmonies of #822BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822BBC

Black with #822BBC

Text Example


Text Example

White with #822BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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