Html Css Color HEX #8032BB Dark Orchid

📋 copy color: '#8032BB'

red 128 ◦ green 50 ◦ blue 187

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

Shades of Dark Orchid #8032BB

Tints of Dark Orchid #8032BB

RGB

 RED value IS 128 (50.39% from 255) = 35.07%

 GREEN value IS 50 (19.92% from 255) = 13.7%

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

R = 35.07%
G = 13.7%
B = 51.23%

CMYK

 C value IS 0.32

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8032BB (or 0x8032BB) is known color: Dark Orchid. HEX triplet: 80, 32 and BB. RGB value is (128,50,187). Sum of RGB (Red+Green+Blue) = 128+50+187=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 50 (19.92% from 255 or 13.70% from 365); Blue value is 187 (73.44% from 255 or 51.23% from 365); Max value from RGB is 187 - color contains mainly: blue. Hex color #8032BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8032BB is #7FCD44. Grayscale: #585858. Windows color (decimal): -8375621 or 12268160. OLE color: 12268160.

HSL color Cylindrical-coordinate representation of color #8032BB: hue angle of 274.16º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8032BB is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 50 187 -
CMYK 0.32 0.73 0 0.27
HSL 274.16º 0.58% 0.46% -
HSV(B) 274.16º 0.73% 0.73% -
XYZ 19.01 10.46 48.03 -
YUV 88.94 183.34 155.86 -
System Red Green Blue C M Y K H S L
Decimal 128 50 187 0.32 0.73 0 0.27 274.16 0.58 0.46
Hex 80 32 BB 20 49 0 1B 112 3A 2E
Octal 200 62 273 40 111 0 33 422 72 56
Binary 10000000 110010 10111011 100000 1001001 0 11011 100010010 111010 101110

Color Harmonies of #8032BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8032BB

Black with #8032BB

Text Example


Text Example

White with #8032BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8032BB; }

 p { color: rgb(128,50,187); }

 H1.HeaderClassName
 {
   color: #8032BB;
 }
 .AnyTagClassName
 {
   color: #8032BB;
 }
</style>

background-color css

<style>
 a { background-color: #8032BB; }

 a { background-color: rgb(128,50,187); }

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

border-color css

<style>
 span { border-color: #8032BB; }

 span { border-color: rgb(128,50,187); }

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