Html Css Color HEX #B539CE Medium Orchid

📋 copy color: '#B539CE'

red 181 ◦ green 57 ◦ blue 206

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

Shades of Medium Orchid #B539CE

Tints of Medium Orchid #B539CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.4%

R = 40.77%
G = 12.84%
B = 46.4%

CMYK

 C value IS 0.12

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B539CE (or 0xB539CE) is known color: Medium Orchid. HEX triplet: B5, 39 and CE. RGB value is (181,57,206). Sum of RGB (Red+Green+Blue) = 181+57+206=444 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.77% from 444); Green value is 57 (22.66% from 255 or 12.84% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #B539CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B539CE is #4AC631. Grayscale: #6E6E6E. Windows color (decimal): -4900402 or 13515189. OLE color: 13515189.

HSL color Cylindrical-coordinate representation of color #B539CE: hue angle of 289.93º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B539CE is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 57 206 -
CMYK 0.12 0.72 0 0.19
HSL 289.93º 0.6% 0.52% -
HSV(B) 289.93º 0.72% 0.81% -
XYZ 31.66 17.21 60.05 -
YUV 111.06 181.58 177.88 -
System Red Green Blue C M Y K H S L
Decimal 181 57 206 0.12 0.72 0 0.19 289.93 0.6 0.52
Hex B5 39 CE C 48 0 13 122 3C 34
Octal 265 71 316 14 110 0 23 442 74 64
Binary 10110101 111001 11001110 1100 1001000 0 10011 100100010 111100 110100

Color Harmonies of #B539CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B539CE

Black with #B539CE

Text Example


Text Example

White with #B539CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B539CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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