Html Css Color HEX #B539CC Medium Orchid

📋 copy color: '#B539CC'

red 181 ◦ green 57 ◦ blue 204

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

Shades of Medium Orchid #B539CC

Tints of Medium Orchid #B539CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.15%

R = 40.95%
G = 12.9%
B = 46.15%

CMYK

 C value IS 0.11

 M value IS 0.72

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B539CC (or 0xB539CC) is known color: Medium Orchid. HEX triplet: B5, 39 and CC. RGB value is (181,57,204). Sum of RGB (Red+Green+Blue) = 181+57+204=442 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.95% from 442); Green value is 57 (22.66% from 255 or 12.90% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #B539CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B539CC is #4AC633. Grayscale: #6E6E6E. Windows color (decimal): -4900404 or 13384117. OLE color: 13384117.

HSL color Cylindrical-coordinate representation of color #B539CC: hue angle of 290.61º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B539CC is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 181 57 204 -
CMYK 0.11 0.72 0 0.2
HSL 290.61º 0.59% 0.51% -
HSV(B) 290.61º 0.72% 0.8% -
XYZ 31.42 17.11 58.77 -
YUV 110.83 180.58 178.05 -
System Red Green Blue C M Y K H S L
Decimal 181 57 204 0.11 0.72 0 0.2 290.61 0.59 0.51
Hex B5 39 CC B 48 0 14 123 3B 33
Octal 265 71 314 13 110 0 24 443 73 63
Binary 10110101 111001 11001100 1011 1001000 0 10100 100100011 111011 110011

Color Harmonies of #B539CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B539CC

Black with #B539CC

Text Example


Text Example

White with #B539CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B539CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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