Html Css Color HEX #832FB3 Dark Orchid

📋 copy color: '#832FB3'

red 131 ◦ green 47 ◦ blue 179

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

Shades of Dark Orchid #832FB3

Tints of Dark Orchid #832FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 50.14%

R = 36.69%
G = 13.17%
B = 50.14%

CMYK

 C value IS 0.27

 M value IS 0.74

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#832FB3 (or 0x832FB3) is known color: Dark Orchid. HEX triplet: 83, 2F and B3. RGB value is (131,47,179). Sum of RGB (Red+Green+Blue) = 131+47+179=357 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.69% from 357); Green value is 47 (18.75% from 255 or 13.17% from 357); Blue value is 179 (70.31% from 255 or 50.14% from 357); Max value from RGB is 179 - color contains mainly: blue. Hex color #832FB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #832FB3 is #7CD04C. Grayscale: #565656. Windows color (decimal): -8179789 or 11743107. OLE color: 11743107.

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

Color convert

RGB 131 47 179 -
CMYK 0.27 0.74 0 0.30
HSL 278.18º 0.58% 0.44% -
HSV(B) 278.18º 0.74% 0.7% -
XYZ 18.51 10.11 43.62 -
YUV 87.16 179.83 159.27 -
System Red Green Blue C M Y K H S L
Decimal 131 47 179 0.27 0.74 0 0.30 278.18 0.58 0.44
Hex 83 2F B3 1B 4A 0 1E 116 3A 2C
Octal 203 57 263 33 112 0 36 426 72 54
Binary 10000011 101111 10110011 11011 1001010 0 11110 100010110 111010 101100

Color Harmonies of #832FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832FB3

Black with #832FB3

Text Example


Text Example

White with #832FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,47,179); }

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

background-color css

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

 a { background-color: rgb(131,47,179); }

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

border-color css

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

 span { border-color: rgb(131,47,179); }

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