Html Css Color HEX #832BBC Dark Orchid

📋 copy color: '#832BBC'

red 131 ◦ green 43 ◦ blue 188

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

Shades of Dark Orchid #832BBC

Tints of Dark Orchid #832BBC

RGB

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

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

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

R = 36.19%
G = 11.88%
B = 51.93%

CMYK

 C value IS 0.30

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#832BBC (or 0x832BBC) is known color: Dark Orchid. HEX triplet: 83, 2B and BC. RGB value is (131,43,188). Sum of RGB (Red+Green+Blue) = 131+43+188=362 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.19% from 362); Green value is 43 (17.19% from 255 or 11.88% from 362); Blue value is 188 (73.83% from 255 or 51.93% from 362); Max value from RGB is 188 - color contains mainly: blue. Hex color #832BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #832BBC is #7CD443. Grayscale: #555555. Windows color (decimal): -8180804 or 12331907. OLE color: 12331907.

HSL color Cylindrical-coordinate representation of color #832BBC: hue angle of 276.41º 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 #832BBC is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 43 188 -
CMYK 0.30 0.77 0 0.26
HSL 276.41º 0.63% 0.45% -
HSV(B) 276.41º 0.77% 0.74% -
XYZ 19.3 10.18 48.53 -
YUV 85.84 185.65 160.21 -
System Red Green Blue C M Y K H S L
Decimal 131 43 188 0.30 0.77 0 0.26 276.41 0.63 0.45
Hex 83 2B BC 1E 4D 0 1A 114 3F 2D
Octal 203 53 274 36 115 0 32 424 77 55
Binary 10000011 101011 10111100 11110 1001101 0 11010 100010100 111111 101101

Color Harmonies of #832BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832BBC

Black with #832BBC

Text Example


Text Example

White with #832BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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