Html Css Color HEX #B539FF Medium Orchid

📋 copy color: '#B539FF'

red 181 ◦ green 57 ◦ blue 255

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

Shades of Medium Orchid #B539FF

Tints of Medium Orchid #B539FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.72%

R = 36.71%
G = 11.56%
B = 51.72%

CMYK

 C value IS 0.29

 M value IS 0.78

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B539FF (or 0xB539FF) is known color: Medium Orchid. HEX triplet: B5, 39 and FF. RGB value is (181,57,255). Sum of RGB (Red+Green+Blue) = 181+57+255=493 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.71% from 493); Green value is 57 (22.66% from 255 or 11.56% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #B539FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B539FF is #4AC600. Grayscale: #737373. Windows color (decimal): -4900353 or 16726453. OLE color: 16726453.

HSL color Cylindrical-coordinate representation of color #B539FF: hue angle of 277.58º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B539FF is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 181 57 255 -
CMYK 0.29 0.78 0 0
HSL 277.58º 1% 0.61% -
HSV(B) 277.58º 0.78% 1% -
XYZ 38.57 19.97 96.43 -
YUV 116.65 206.08 173.9 -
System Red Green Blue C M Y K H S L
Decimal 181 57 255 0.29 0.78 0 0 277.58 1 0.61
Hex B5 39 FF 1D 4E 0 0 116 64 3D
Octal 265 71 377 35 116 0 0 426 144 75
Binary 10110101 111001 11111111 11101 1001110 0 0 100010110 1100100 111101

Color Harmonies of #B539FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B539FF

Black with #B539FF

Text Example


Text Example

White with #B539FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B539FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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