Html Css Color HEX #832CBB Dark Orchid

📋 copy color: '#832CBB'

red 131 ◦ green 44 ◦ blue 187

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

Shades of Dark Orchid #832CBB

Tints of Dark Orchid #832CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 51.66%

R = 36.19%
G = 12.15%
B = 51.66%

CMYK

 C value IS 0.30

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#832CBB (or 0x832CBB) is known color: Dark Orchid. HEX triplet: 83, 2C and BB. RGB value is (131,44,187). Sum of RGB (Red+Green+Blue) = 131+44+187=362 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.19% from 362); Green value is 44 (17.58% from 255 or 12.15% from 362); Blue value is 187 (73.44% from 255 or 51.66% from 362); Max value from RGB is 187 - color contains mainly: blue. Hex color #832CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #832CBB is #7CD344. Grayscale: #555555. Windows color (decimal): -8180549 or 12266627. OLE color: 12266627.

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

Color convert

RGB 131 44 187 -
CMYK 0.30 0.76 0 0.27
HSL 276.5º 0.62% 0.45% -
HSV(B) 276.5º 0.76% 0.73% -
XYZ 19.23 10.21 47.97 -
YUV 86.32 184.82 159.87 -
System Red Green Blue C M Y K H S L
Decimal 131 44 187 0.30 0.76 0 0.27 276.5 0.62 0.45
Hex 83 2C BB 1E 4C 0 1B 115 3E 2D
Octal 203 54 273 36 114 0 33 425 76 55
Binary 10000011 101100 10111011 11110 1001100 0 11011 100010101 111110 101101

Color Harmonies of #832CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832CBB

Black with #832CBB

Text Example


Text Example

White with #832CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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