Html Css Color HEX #832FBA Dark Orchid

📋 copy color: '#832FBA'

red 131 ◦ green 47 ◦ blue 186

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

Shades of Dark Orchid #832FBA

Tints of Dark Orchid #832FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 51.1%

R = 35.99%
G = 12.91%
B = 51.1%

CMYK

 C value IS 0.30

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#832FBA (or 0x832FBA) is known color: Dark Orchid. HEX triplet: 83, 2F and BA. RGB value is (131,47,186). Sum of RGB (Red+Green+Blue) = 131+47+186=364 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.99% from 364); Green value is 47 (18.75% from 255 or 12.91% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #832FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #832FBA is #7CD045. Grayscale: #575757. Windows color (decimal): -8179782 or 12201859. OLE color: 12201859.

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

Color convert

RGB 131 47 186 -
CMYK 0.30 0.75 0 0.27
HSL 276.26º 0.6% 0.46% -
HSV(B) 276.26º 0.75% 0.73% -
XYZ 19.24 10.4 47.45 -
YUV 87.96 183.33 158.7 -
System Red Green Blue C M Y K H S L
Decimal 131 47 186 0.30 0.75 0 0.27 276.26 0.6 0.46
Hex 83 2F BA 1E 4B 0 1B 114 3C 2E
Octal 203 57 272 36 113 0 33 424 74 56
Binary 10000011 101111 10111010 11110 1001011 0 11011 100010100 111100 101110

Color Harmonies of #832FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832FBA

Black with #832FBA

Text Example


Text Example

White with #832FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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