Html Css Color HEX #B539CB Medium Orchid

📋 copy color: '#B539CB'

red 181 ◦ green 57 ◦ blue 203

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

Shades of Medium Orchid #B539CB

Tints of Medium Orchid #B539CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.03%

R = 41.04%
G = 12.93%
B = 46.03%

CMYK

 C value IS 0.11

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B539CB (or 0xB539CB) is known color: Medium Orchid. HEX triplet: B5, 39 and CB. RGB value is (181,57,203). Sum of RGB (Red+Green+Blue) = 181+57+203=441 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.04% from 441); Green value is 57 (22.66% from 255 or 12.93% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 203 - color contains mainly: blue. Hex color #B539CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B539CB is #4AC634. Grayscale: #6E6E6E. Windows color (decimal): -4900405 or 13318581. OLE color: 13318581.

HSL color Cylindrical-coordinate representation of color #B539CB: hue angle of 290.96º degrees, saturation: 0.58, 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 #B539CB is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 181 57 203 -
CMYK 0.11 0.72 0 0.20
HSL 290.96º 0.58% 0.51% -
HSV(B) 290.96º 0.72% 0.8% -
XYZ 31.3 17.06 58.14 -
YUV 110.72 180.08 178.13 -
System Red Green Blue C M Y K H S L
Decimal 181 57 203 0.11 0.72 0 0.20 290.96 0.58 0.51
Hex B5 39 CB B 48 0 14 123 3A 33
Octal 265 71 313 13 110 0 24 443 72 63
Binary 10110101 111001 11001011 1011 1001000 0 10100 100100011 111010 110011

Color Harmonies of #B539CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B539CB

Black with #B539CB

Text Example


Text Example

White with #B539CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B539CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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