Html Css Color HEX #8432BC Dark Orchid

📋 copy color: '#8432BC'

red 132 ◦ green 50 ◦ blue 188

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

Shades of Dark Orchid #8432BC

Tints of Dark Orchid #8432BC

RGB

 RED value IS 132 (51.95% from 255) = 35.68%

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

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

R = 35.68%
G = 13.51%
B = 50.81%

CMYK

 C value IS 0.30

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8432BC (or 0x8432BC) is known color: Dark Orchid. HEX triplet: 84, 32 and BC. RGB value is (132,50,188). Sum of RGB (Red+Green+Blue) = 132+50+188=370 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.68% from 370); Green value is 50 (19.92% from 255 or 13.51% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #8432BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8432BC is #7BCD43. Grayscale: #595959. Windows color (decimal): -8113476 or 12333700. OLE color: 12333700.

HSL color Cylindrical-coordinate representation of color #8432BC: hue angle of 275.65º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8432BC is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 132 50 188 -
CMYK 0.30 0.73 0 0.26
HSL 275.65º 0.58% 0.47% -
HSV(B) 275.65º 0.73% 0.74% -
XYZ 19.73 10.82 48.62 -
YUV 90.25 183.17 157.78 -
System Red Green Blue C M Y K H S L
Decimal 132 50 188 0.30 0.73 0 0.26 275.65 0.58 0.47
Hex 84 32 BC 1E 49 0 1A 114 3A 2F
Octal 204 62 274 36 111 0 32 424 72 57
Binary 10000100 110010 10111100 11110 1001001 0 11010 100010100 111010 101111

Color Harmonies of #8432BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8432BC

Black with #8432BC

Text Example


Text Example

White with #8432BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8432BC; }

 p { color: rgb(132,50,188); }

 H1.HeaderClassName
 {
   color: #8432BC;
 }
 .AnyTagClassName
 {
   color: #8432BC;
 }
</style>

background-color css

<style>
 a { background-color: #8432BC; }

 a { background-color: rgb(132,50,188); }

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

border-color css

<style>
 span { border-color: #8432BC; }

 span { border-color: rgb(132,50,188); }

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