Html Css Color HEX #B541E1 Medium Orchid

📋 copy color: '#B541E1'

red 181 ◦ green 65 ◦ blue 225

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

Shades of Medium Orchid #B541E1

Tints of Medium Orchid #B541E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 47.77%

R = 38.43%
G = 13.8%
B = 47.77%

CMYK

 C value IS 0.20

 M value IS 0.71

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B541E1 (or 0xB541E1) is known color: Medium Orchid. HEX triplet: B5, 41 and E1. RGB value is (181,65,225). Sum of RGB (Red+Green+Blue) = 181+65+225=471 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.43% from 471); Green value is 65 (25.78% from 255 or 13.80% from 471); Blue value is 225 (88.28% from 255 or 47.77% from 471); Max value from RGB is 225 - color contains mainly: blue. Hex color #B541E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B541E1 is #4ABE1E. Grayscale: #757575. Windows color (decimal): -4898335 or 14762421. OLE color: 14762421.

HSL color Cylindrical-coordinate representation of color #B541E1: hue angle of 283.5º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B541E1 is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 181 65 225 -
CMYK 0.20 0.71 0 0.12
HSL 283.5º 0.73% 0.57% -
HSV(B) 283.5º 0.71% 0.88% -
XYZ 34.54 19.04 73.09 -
YUV 117.92 188.43 172.99 -
System Red Green Blue C M Y K H S L
Decimal 181 65 225 0.20 0.71 0 0.12 283.5 0.73 0.57
Hex B5 41 E1 14 47 0 C 11C 49 39
Octal 265 101 341 24 107 0 14 434 111 71
Binary 10110101 1000001 11100001 10100 1000111 0 1100 100011100 1001001 111001

Color Harmonies of #B541E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B541E1

Black with #B541E1

Text Example


Text Example

White with #B541E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B541E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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