Html Css Color HEX #B539CA Medium Orchid

📋 copy color: '#B539CA'

red 181 ◦ green 57 ◦ blue 202

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

Shades of Medium Orchid #B539CA

Tints of Medium Orchid #B539CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.91%

R = 41.14%
G = 12.95%
B = 45.91%

CMYK

 C value IS 0.10

 M value IS 0.72

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B539CA (or 0xB539CA) is known color: Medium Orchid. HEX triplet: B5, 39 and CA. RGB value is (181,57,202). Sum of RGB (Red+Green+Blue) = 181+57+202=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 57 (22.66% from 255 or 12.95% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #B539CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B539CA is #4AC635. Grayscale: #6E6E6E. Windows color (decimal): -4900406 or 13253045. OLE color: 13253045.

HSL color Cylindrical-coordinate representation of color #B539CA: hue angle of 291.31º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B539CA is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 181 57 202 -
CMYK 0.10 0.72 0 0.21
HSL 291.31º 0.58% 0.51% -
HSV(B) 291.31º 0.72% 0.79% -
XYZ 31.18 17.01 57.52 -
YUV 110.61 179.58 178.21 -
System Red Green Blue C M Y K H S L
Decimal 181 57 202 0.10 0.72 0 0.21 291.31 0.58 0.51
Hex B5 39 CA A 48 0 15 123 3A 33
Octal 265 71 312 12 110 0 25 443 72 63
Binary 10110101 111001 11001010 1010 1001000 0 10101 100100011 111010 110011

Color Harmonies of #B539CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B539CA

Black with #B539CA

Text Example


Text Example

White with #B539CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B539CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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