Html Css Color HEX #B540FB Medium Orchid

📋 copy color: '#B540FB'

red 181 ◦ green 64 ◦ blue 251

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

Shades of Medium Orchid #B540FB

Tints of Medium Orchid #B540FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.6%

R = 36.49%
G = 12.9%
B = 50.6%

CMYK

 C value IS 0.28

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B540FB (or 0xB540FB) is known color: Medium Orchid. HEX triplet: B5, 40 and FB. RGB value is (181,64,251). Sum of RGB (Red+Green+Blue) = 181+64+251=496 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.49% from 496); Green value is 64 (25.39% from 255 or 12.90% from 496); Blue value is 251 (98.44% from 255 or 50.60% from 496); Max value from RGB is 251 - color contains mainly: blue. Hex color #B540FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B540FB is #4ABF04. Grayscale: #777777. Windows color (decimal): -4898565 or 16466101. OLE color: 16466101.

HSL color Cylindrical-coordinate representation of color #B540FB: hue angle of 277.54º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B540FB is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 181 64 251 -
CMYK 0.28 0.75 0 0.02
HSL 277.54º 0.96% 0.62% -
HSV(B) 277.54º 0.75% 0.98% -
XYZ 38.3 20.46 93.2 -
YUV 120.3 201.76 171.29 -
System Red Green Blue C M Y K H S L
Decimal 181 64 251 0.28 0.75 0 0.02 277.54 0.96 0.62
Hex B5 40 FB 1C 4B 0 2 116 60 3E
Octal 265 100 373 34 113 0 2 426 140 76
Binary 10110101 1000000 11111011 11100 1001011 0 10 100010110 1100000 111110

Color Harmonies of #B540FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B540FB

Black with #B540FB

Text Example


Text Example

White with #B540FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B540FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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