Html Css Color HEX #B540FF Medium Orchid

📋 copy color: '#B540FF'

red 181 ◦ green 64 ◦ blue 255

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

Shades of Medium Orchid #B540FF

Tints of Medium Orchid #B540FF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.8%

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

R = 36.2%
G = 12.8%
B = 51%

CMYK

 C value IS 0.29

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B540FF (or 0xB540FF) is known color: Medium Orchid. HEX triplet: B5, 40 and FF. RGB value is (181,64,255). Sum of RGB (Red+Green+Blue) = 181+64+255=500 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.2% from 500); Green value is 64 (25.39% from 255 or 12.8% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #B540FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B540FF is #4ABF00. Grayscale: #787878. Windows color (decimal): -4898561 or 16728245. OLE color: 16728245.

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

Color convert

RGB 181 64 255 -
CMYK 0.29 0.75 0 0
HSL 276.75º 1% 0.63% -
HSV(B) 276.75º 0.75% 1% -
XYZ 38.94 20.71 96.55 -
YUV 120.76 203.76 170.97 -
System Red Green Blue C M Y K H S L
Decimal 181 64 255 0.29 0.75 0 0 276.75 1 0.63
Hex B5 40 FF 1D 4B 0 0 115 64 3F
Octal 265 100 377 35 113 0 0 425 144 77
Binary 10110101 1000000 11111111 11101 1001011 0 0 100010101 1100100 111111

Color Harmonies of #B540FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B540FF

Black with #B540FF

Text Example


Text Example

White with #B540FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B540FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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