Html Css Color HEX #8026BC Dark Orchid

📋 copy color: '#8026BC'

red 128 ◦ green 38 ◦ blue 188

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

Shades of Dark Orchid #8026BC

Tints of Dark Orchid #8026BC

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.73%

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

R = 36.16%
G = 10.73%
B = 53.11%

CMYK

 C value IS 0.32

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8026BC (or 0x8026BC) is known color: Dark Orchid. HEX triplet: 80, 26 and BC. RGB value is (128,38,188). Sum of RGB (Red+Green+Blue) = 128+38+188=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 38 (15.23% from 255 or 10.73% from 354); Blue value is 188 (73.83% from 255 or 53.11% from 354); Max value from RGB is 188 - color contains mainly: blue. Hex color #8026BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8026BC is #7FD943. Grayscale: #515151. Windows color (decimal): -8378692 or 12330624. OLE color: 12330624.

HSL color Cylindrical-coordinate representation of color #8026BC: hue angle of 276º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8026BC is Cyan = 0.32, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 128 38 188 -
CMYK 0.32 0.80 0 0.26
HSL 276º 0.66% 0.44% -
HSV(B) 276º 0.8% 0.74% -
XYZ 18.67 9.61 48.45 -
YUV 82.01 187.82 160.8 -
System Red Green Blue C M Y K H S L
Decimal 128 38 188 0.32 0.80 0 0.26 276 0.66 0.44
Hex 80 26 BC 20 50 0 1A 114 42 2C
Octal 200 46 274 40 120 0 32 424 102 54
Binary 10000000 100110 10111100 100000 1010000 0 11010 100010100 1000010 101100

Color Harmonies of #8026BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8026BC

Black with #8026BC

Text Example


Text Example

White with #8026BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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