Html Css Color HEX #B541E7 Medium Orchid

📋 copy color: '#B541E7'

red 181 ◦ green 65 ◦ blue 231

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

Shades of Medium Orchid #B541E7

Tints of Medium Orchid #B541E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 48.43%

R = 37.95%
G = 13.63%
B = 48.43%

CMYK

 C value IS 0.22

 M value IS 0.72

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B541E7 (or 0xB541E7) is known color: Medium Orchid. HEX triplet: B5, 41 and E7. RGB value is (181,65,231). Sum of RGB (Red+Green+Blue) = 181+65+231=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 65 (25.78% from 255 or 13.63% from 477); Blue value is 231 (90.62% from 255 or 48.43% from 477); Max value from RGB is 231 - color contains mainly: blue. Hex color #B541E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B541E7 is #4ABE18. Grayscale: #767676. Windows color (decimal): -4898329 or 15155637. OLE color: 15155637.

HSL color Cylindrical-coordinate representation of color #B541E7: hue angle of 281.93º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B541E7 is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 181 65 231 -
CMYK 0.22 0.72 0 0.09
HSL 281.93º 0.78% 0.58% -
HSV(B) 281.93º 0.72% 0.91% -
XYZ 35.37 19.37 77.48 -
YUV 118.61 191.43 172.5 -
System Red Green Blue C M Y K H S L
Decimal 181 65 231 0.22 0.72 0 0.09 281.93 0.78 0.58
Hex B5 41 E7 16 48 0 9 11A 4E 3A
Octal 265 101 347 26 110 0 11 432 116 72
Binary 10110101 1000001 11100111 10110 1001000 0 1001 100011010 1001110 111010

Color Harmonies of #B541E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B541E7

Black with #B541E7

Text Example


Text Example

White with #B541E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B541E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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