Html Css Color HEX #B539DC Medium Orchid

📋 copy color: '#B539DC'

red 181 ◦ green 57 ◦ blue 220

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

Shades of Medium Orchid #B539DC

Tints of Medium Orchid #B539DC

RGB

 RED value IS 181 (71.09% from 255) = 39.52%

 GREEN value IS 57 (22.66% from 255) = 12.45%

 BLUE value IS 220 (86.33% from 255) = 48.03%

R = 39.52%
G = 12.45%
B = 48.03%

CMYK

 C value IS 0.18

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B539DC (or 0xB539DC) is known color: Medium Orchid. HEX triplet: B5, 39 and DC. RGB value is (181,57,220). Sum of RGB (Red+Green+Blue) = 181+57+220=458 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.52% from 458); Green value is 57 (22.66% from 255 or 12.45% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #B539DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B539DC is #4AC623. Grayscale: #707070. Windows color (decimal): -4900388 or 14432693. OLE color: 14432693.

HSL color Cylindrical-coordinate representation of color #B539DC: hue angle of 285.64º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B539DC is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 57 220 -
CMYK 0.18 0.74 0 0.14
HSL 285.64º 0.7% 0.54% -
HSV(B) 285.64º 0.74% 0.86% -
XYZ 33.44 17.92 69.41 -
YUV 112.66 188.58 176.75 -
System Red Green Blue C M Y K H S L
Decimal 181 57 220 0.18 0.74 0 0.14 285.64 0.7 0.54
Hex B5 39 DC 12 4A 0 E 11E 46 36
Octal 265 71 334 22 112 0 16 436 106 66
Binary 10110101 111001 11011100 10010 1001010 0 1110 100011110 1000110 110110

Color Harmonies of #B539DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B539DC

Black with #B539DC

Text Example


Text Example

White with #B539DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B539DC; }

 p { color: rgb(181,57,220); }

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

background-color css

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

 a { background-color: rgb(181,57,220); }

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

border-color css

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

 span { border-color: rgb(181,57,220); }

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