Html Css Color HEX #8B2BCE Dark Orchid

📋 copy color: '#8B2BCE'

red 139 ◦ green 43 ◦ blue 206

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

Shades of Dark Orchid #8B2BCE

Tints of Dark Orchid #8B2BCE

RGB

 RED value IS 139 (54.69% from 255) = 35.82%

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

 BLUE value IS 206 (80.86% from 255) = 53.09%

R = 35.82%
G = 11.08%
B = 53.09%

CMYK

 C value IS 0.33

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8B2BCE (or 0x8B2BCE) is known color: Dark Orchid. HEX triplet: 8B, 2B and CE. RGB value is (139,43,206). Sum of RGB (Red+Green+Blue) = 139+43+206=388 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.82% from 388); Green value is 43 (17.19% from 255 or 11.08% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #8B2BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B2BCE is #74D431. Grayscale: #595959. Windows color (decimal): -7656498 or 13511563. OLE color: 13511563.

HSL color Cylindrical-coordinate representation of color #8B2BCE: hue angle of 275.34º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8B2BCE is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 139 43 206 -
CMYK 0.33 0.79 0 0.19
HSL 275.34º 0.65% 0.49% -
HSV(B) 275.34º 0.79% 0.81% -
XYZ 22.65 11.67 59.45 -
YUV 90.29 193.3 162.75 -
System Red Green Blue C M Y K H S L
Decimal 139 43 206 0.33 0.79 0 0.19 275.34 0.65 0.49
Hex 8B 2B CE 21 4F 0 13 113 41 31
Octal 213 53 316 41 117 0 23 423 101 61
Binary 10001011 101011 11001110 100001 1001111 0 10011 100010011 1000001 110001

Color Harmonies of #8B2BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2BCE

Black with #8B2BCE

Text Example


Text Example

White with #8B2BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B2BCE; }

 p { color: rgb(139,43,206); }

 H1.HeaderClassName
 {
   color: #8B2BCE;
 }
 .AnyTagClassName
 {
   color: #8B2BCE;
 }
</style>

background-color css

<style>
 a { background-color: #8B2BCE; }

 a { background-color: rgb(139,43,206); }

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

border-color css

<style>
 span { border-color: #8B2BCE; }

 span { border-color: rgb(139,43,206); }

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