Html Css Color HEX #8B2BBE Dark Orchid

📋 copy color: '#8B2BBE'

red 139 ◦ green 43 ◦ blue 190

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

Shades of Dark Orchid #8B2BBE

Tints of Dark Orchid #8B2BBE

RGB

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

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

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

R = 37.37%
G = 11.56%
B = 51.08%

CMYK

 C value IS 0.27

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8B2BBE (or 0x8B2BBE) is known color: Dark Orchid. HEX triplet: 8B, 2B and BE. RGB value is (139,43,190). Sum of RGB (Red+Green+Blue) = 139+43+190=372 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.37% from 372); Green value is 43 (17.19% from 255 or 11.56% from 372); Blue value is 190 (74.61% from 255 or 51.08% from 372); Max value from RGB is 190 - color contains mainly: blue. Hex color #8B2BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B2BBE is #74D441. Grayscale: #575757. Windows color (decimal): -7656514 or 12462987. OLE color: 12462987.

HSL color Cylindrical-coordinate representation of color #8B2BBE: hue angle of 279.18º 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 #8B2BBE is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 139 43 190 -
CMYK 0.27 0.77 0 0.25
HSL 279.18º 0.63% 0.46% -
HSV(B) 279.18º 0.77% 0.75% -
XYZ 20.81 10.93 49.73 -
YUV 88.46 185.3 164.05 -
System Red Green Blue C M Y K H S L
Decimal 139 43 190 0.27 0.77 0 0.25 279.18 0.63 0.46
Hex 8B 2B BE 1B 4D 0 19 117 3F 2E
Octal 213 53 276 33 115 0 31 427 77 56
Binary 10001011 101011 10111110 11011 1001101 0 11001 100010111 111111 101110

Color Harmonies of #8B2BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2BBE

Black with #8B2BBE

Text Example


Text Example

White with #8B2BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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