Html Css Color HEX #8035BC Dark Orchid

📋 copy color: '#8035BC'

red 128 ◦ green 53 ◦ blue 188

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

Shades of Dark Orchid #8035BC

Tints of Dark Orchid #8035BC

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.36%

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

R = 34.69%
G = 14.36%
B = 50.95%

CMYK

 C value IS 0.32

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8035BC (or 0x8035BC) is known color: Dark Orchid. HEX triplet: 80, 35 and BC. RGB value is (128,53,188). Sum of RGB (Red+Green+Blue) = 128+53+188=369 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.69% from 369); Green value is 53 (21.09% from 255 or 14.36% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #8035BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8035BC is #7FCA43. Grayscale: #5A5A5A. Windows color (decimal): -8374852 or 12334464. OLE color: 12334464.

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

Color convert

RGB 128 53 188 -
CMYK 0.32 0.72 0 0.26
HSL 273.33º 0.56% 0.47% -
HSV(B) 273.33º 0.72% 0.74% -
XYZ 19.25 10.77 48.64 -
YUV 90.82 182.85 154.52 -
System Red Green Blue C M Y K H S L
Decimal 128 53 188 0.32 0.72 0 0.26 273.33 0.56 0.47
Hex 80 35 BC 20 48 0 1A 111 38 2F
Octal 200 65 274 40 110 0 32 421 70 57
Binary 10000000 110101 10111100 100000 1001000 0 11010 100010001 111000 101111

Color Harmonies of #8035BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8035BC

Black with #8035BC

Text Example


Text Example

White with #8035BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,53,188); }

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

background-color css

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

 a { background-color: rgb(128,53,188); }

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

border-color css

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

 span { border-color: rgb(128,53,188); }

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