Html Css Color HEX #B541FB Medium Orchid

📋 copy color: '#B541FB'

red 181 ◦ green 65 ◦ blue 251

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

Shades of Medium Orchid #B541FB

Tints of Medium Orchid #B541FB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.08%

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

R = 36.42%
G = 13.08%
B = 50.5%

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

#B541FB (or 0xB541FB) is known color: Medium Orchid. HEX triplet: B5, 41 and FB. RGB value is (181,65,251). Sum of RGB (Red+Green+Blue) = 181+65+251=497 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.42% from 497); Green value is 65 (25.78% from 255 or 13.08% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #B541FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B541FB is #4ABE04. Grayscale: #787878. Windows color (decimal): -4898309 or 16466357. OLE color: 16466357.

HSL color Cylindrical-coordinate representation of color #B541FB: hue angle of 277.42º degrees, saturation: 0.96, 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 #B541FB is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 181 65 251 -
CMYK 0.28 0.74 0 0.02
HSL 277.42º 0.96% 0.62% -
HSV(B) 277.42º 0.74% 0.98% -
XYZ 38.36 20.57 93.22 -
YUV 120.89 201.43 170.88 -
System Red Green Blue C M Y K H S L
Decimal 181 65 251 0.28 0.74 0 0.02 277.42 0.96 0.62
Hex B5 41 FB 1C 4A 0 2 115 60 3E
Octal 265 101 373 34 112 0 2 425 140 76
Binary 10110101 1000001 11111011 11100 1001010 0 10 100010101 1100000 111110

Color Harmonies of #B541FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B541FB

Black with #B541FB

Text Example


Text Example

White with #B541FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B541FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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