Html Css Color HEX #B540FA Medium Orchid

📋 copy color: '#B540FA'

red 181 ◦ green 64 ◦ blue 250

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

Shades of Medium Orchid #B540FA

Tints of Medium Orchid #B540FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.51%

R = 36.57%
G = 12.93%
B = 50.51%

CMYK

 C value IS 0.28

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B540FA (or 0xB540FA) is known color: Medium Orchid. HEX triplet: B5, 40 and FA. RGB value is (181,64,250). Sum of RGB (Red+Green+Blue) = 181+64+250=495 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.57% from 495); Green value is 64 (25.39% from 255 or 12.93% from 495); Blue value is 250 (98.05% from 255 or 50.51% from 495); Max value from RGB is 250 - color contains mainly: blue. Hex color #B540FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B540FA is #4ABF05. Grayscale: #777777. Windows color (decimal): -4898566 or 16400565. OLE color: 16400565.

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

Color convert

RGB 181 64 250 -
CMYK 0.28 0.74 0 0.02
HSL 277.74º 0.95% 0.62% -
HSV(B) 277.74º 0.74% 0.98% -
XYZ 38.14 20.39 92.37 -
YUV 120.19 201.26 171.38 -
System Red Green Blue C M Y K H S L
Decimal 181 64 250 0.28 0.74 0 0.02 277.74 0.95 0.62
Hex B5 40 FA 1C 4A 0 2 116 5F 3E
Octal 265 100 372 34 112 0 2 426 137 76
Binary 10110101 1000000 11111010 11100 1001010 0 10 100010110 1011111 111110

Color Harmonies of #B540FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B540FA

Black with #B540FA

Text Example


Text Example

White with #B540FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B540FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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