Html Css Color HEX #803BBC Dark Orchid

📋 copy color: '#803BBC'

red 128 ◦ green 59 ◦ blue 188

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

Shades of Dark Orchid #803BBC

Tints of Dark Orchid #803BBC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.73%

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

R = 34.13%
G = 15.73%
B = 50.13%

CMYK

 C value IS 0.32

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#803BBC (or 0x803BBC) is known color: Dark Orchid. HEX triplet: 80, 3B and BC. RGB value is (128,59,188). Sum of RGB (Red+Green+Blue) = 128+59+188=375 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.13% from 375); Green value is 59 (23.44% from 255 or 15.73% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #803BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803BBC is #7FC443. Grayscale: #5D5D5D. Windows color (decimal): -8373316 or 12336000. OLE color: 12336000.

HSL color Cylindrical-coordinate representation of color #803BBC: hue angle of 272.09º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #803BBC is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 128 59 188 -
CMYK 0.32 0.69 0 0.26
HSL 272.09º 0.52% 0.48% -
HSV(B) 272.09º 0.69% 0.74% -
XYZ 19.54 11.35 48.74 -
YUV 94.34 180.86 152.01 -
System Red Green Blue C M Y K H S L
Decimal 128 59 188 0.32 0.69 0 0.26 272.09 0.52 0.48
Hex 80 3B BC 20 45 0 1A 110 34 30
Octal 200 73 274 40 105 0 32 420 64 60
Binary 10000000 111011 10111100 100000 1000101 0 11010 100010000 110100 110000

Color Harmonies of #803BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803BBC

Black with #803BBC

Text Example


Text Example

White with #803BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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