Html Css Color HEX #B539FC Medium Orchid

📋 copy color: '#B539FC'

red 181 ◦ green 57 ◦ blue 252

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

Shades of Medium Orchid #B539FC

Tints of Medium Orchid #B539FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 51.43%

R = 36.94%
G = 11.63%
B = 51.43%

CMYK

 C value IS 0.28

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B539FC (or 0xB539FC) is known color: Medium Orchid. HEX triplet: B5, 39 and FC. RGB value is (181,57,252). Sum of RGB (Red+Green+Blue) = 181+57+252=490 (64% of max value = 765). Red value is 181 (71.09% from 255 or 36.94% from 490); Green value is 57 (22.66% from 255 or 11.63% from 490); Blue value is 252 (98.83% from 255 or 51.43% from 490); Max value from RGB is 252 - color contains mainly: blue. Hex color #B539FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B539FC is #4AC603. Grayscale: #737373. Windows color (decimal): -4900356 or 16529845. OLE color: 16529845.

HSL color Cylindrical-coordinate representation of color #B539FC: hue angle of 278.15º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B539FC is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 181 57 252 -
CMYK 0.28 0.77 0 0.01
HSL 278.15º 0.97% 0.61% -
HSV(B) 278.15º 0.77% 0.99% -
XYZ 38.09 19.78 93.91 -
YUV 116.31 204.58 174.14 -
System Red Green Blue C M Y K H S L
Decimal 181 57 252 0.28 0.77 0 0.01 278.15 0.97 0.61
Hex B5 39 FC 1C 4D 0 1 116 61 3D
Octal 265 71 374 34 115 0 1 426 141 75
Binary 10110101 111001 11111100 11100 1001101 0 1 100010110 1100001 111101

Color Harmonies of #B539FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B539FC

Black with #B539FC

Text Example


Text Example

White with #B539FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B539FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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