Html Css Color HEX #802BBE Dark Orchid

📋 copy color: '#802BBE'

red 128 ◦ green 43 ◦ blue 190

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

Shades of Dark Orchid #802BBE

Tints of Dark Orchid #802BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.63%

R = 35.46%
G = 11.91%
B = 52.63%

CMYK

 C value IS 0.33

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#802BBE (or 0x802BBE) is known color: Dark Orchid. HEX triplet: 80, 2B and BE. RGB value is (128,43,190). Sum of RGB (Red+Green+Blue) = 128+43+190=361 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.46% from 361); Green value is 43 (17.19% from 255 or 11.91% from 361); Blue value is 190 (74.61% from 255 or 52.63% from 361); Max value from RGB is 190 - color contains mainly: blue. Hex color #802BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802BBE is #7FD441. Grayscale: #545454. Windows color (decimal): -8377410 or 12462976. OLE color: 12462976.

HSL color Cylindrical-coordinate representation of color #802BBE: hue angle of 274.69º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #802BBE is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 43 190 -
CMYK 0.33 0.77 0 0.25
HSL 274.69º 0.63% 0.46% -
HSV(B) 274.69º 0.77% 0.75% -
XYZ 19.06 10.03 49.65 -
YUV 85.17 187.16 158.55 -
System Red Green Blue C M Y K H S L
Decimal 128 43 190 0.33 0.77 0 0.25 274.69 0.63 0.46
Hex 80 2B BE 21 4D 0 19 113 3F 2E
Octal 200 53 276 41 115 0 31 423 77 56
Binary 10000000 101011 10111110 100001 1001101 0 11001 100010011 111111 101110

Color Harmonies of #802BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802BBE

Black with #802BBE

Text Example


Text Example

White with #802BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802BBE; }

 p { color: rgb(128,43,190); }

 H1.HeaderClassName
 {
   color: #802BBE;
 }
 .AnyTagClassName
 {
   color: #802BBE;
 }
</style>

background-color css

<style>
 a { background-color: #802BBE; }

 a { background-color: rgb(128,43,190); }

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

border-color css

<style>
 span { border-color: #802BBE; }

 span { border-color: rgb(128,43,190); }

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