Html Css Color HEX #832CB2 Dark Orchid

📋 copy color: '#832CB2'

red 131 ◦ green 44 ◦ blue 178

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

Shades of Dark Orchid #832CB2

Tints of Dark Orchid #832CB2

RGB

 RED value IS 131 (51.56% from 255) = 37.11%

 GREEN value IS 44 (17.58% from 255) = 12.46%

 BLUE value IS 178 (69.92% from 255) = 50.42%

R = 37.11%
G = 12.46%
B = 50.42%

CMYK

 C value IS 0.26

 M value IS 0.75

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#832CB2 (or 0x832CB2) is known color: Dark Orchid. HEX triplet: 83, 2C and B2. RGB value is (131,44,178). Sum of RGB (Red+Green+Blue) = 131+44+178=353 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.11% from 353); Green value is 44 (17.58% from 255 or 12.46% from 353); Blue value is 178 (69.92% from 255 or 50.42% from 353); Max value from RGB is 178 - color contains mainly: blue. Hex color #832CB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832CB2 is #7CD34D. Grayscale: #545454. Windows color (decimal): -8180558 or 11676803. OLE color: 11676803.

HSL color Cylindrical-coordinate representation of color #832CB2: hue angle of 278.96º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #832CB2 is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 131 44 178 -
CMYK 0.26 0.75 0 0.30
HSL 278.96º 0.6% 0.44% -
HSV(B) 278.96º 0.75% 0.7% -
XYZ 18.3 9.84 43.05 -
YUV 85.29 180.32 160.6 -
System Red Green Blue C M Y K H S L
Decimal 131 44 178 0.26 0.75 0 0.30 278.96 0.6 0.44
Hex 83 2C B2 1A 4B 0 1E 117 3C 2C
Octal 203 54 262 32 113 0 36 427 74 54
Binary 10000011 101100 10110010 11010 1001011 0 11110 100010111 111100 101100

Color Harmonies of #832CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832CB2

Black with #832CB2

Text Example


Text Example

White with #832CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832CB2; }

 p { color: rgb(131,44,178); }

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

background-color css

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

 a { background-color: rgb(131,44,178); }

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

border-color css

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

 span { border-color: rgb(131,44,178); }

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