Html Css Color HEX #B539CF Medium Orchid

📋 copy color: '#B539CF'

red 181 ◦ green 57 ◦ blue 207

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

Shades of Medium Orchid #B539CF

Tints of Medium Orchid #B539CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.52%

R = 40.67%
G = 12.81%
B = 46.52%

CMYK

 C value IS 0.13

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B539CF (or 0xB539CF) is known color: Medium Orchid. HEX triplet: B5, 39 and CF. RGB value is (181,57,207). Sum of RGB (Red+Green+Blue) = 181+57+207=445 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.67% from 445); Green value is 57 (22.66% from 255 or 12.81% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 207 - color contains mainly: blue. Hex color #B539CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B539CF is #4AC630. Grayscale: #6E6E6E. Windows color (decimal): -4900401 or 13580725. OLE color: 13580725.

HSL color Cylindrical-coordinate representation of color #B539CF: hue angle of 289.6º degrees, saturation: 0.61, 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 #B539CF is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 57 207 -
CMYK 0.13 0.72 0 0.19
HSL 289.6º 0.61% 0.52% -
HSV(B) 289.6º 0.72% 0.81% -
XYZ 31.78 17.26 60.69 -
YUV 111.18 182.08 177.8 -
System Red Green Blue C M Y K H S L
Decimal 181 57 207 0.13 0.72 0 0.19 289.6 0.61 0.52
Hex B5 39 CF D 48 0 13 122 3D 34
Octal 265 71 317 15 110 0 23 442 75 64
Binary 10110101 111001 11001111 1101 1001000 0 10011 100100010 111101 110100

Color Harmonies of #B539CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B539CF

Black with #B539CF

Text Example


Text Example

White with #B539CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B539CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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