Html Css Color HEX #B541EB Medium Orchid

📋 copy color: '#B541EB'

red 181 ◦ green 65 ◦ blue 235

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

Shades of Medium Orchid #B541EB

Tints of Medium Orchid #B541EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.86%

R = 37.63%
G = 13.51%
B = 48.86%

CMYK

 C value IS 0.23

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B541EB (or 0xB541EB) is known color: Medium Orchid. HEX triplet: B5, 41 and EB. RGB value is (181,65,235). Sum of RGB (Red+Green+Blue) = 181+65+235=481 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.63% from 481); Green value is 65 (25.78% from 255 or 13.51% from 481); Blue value is 235 (92.19% from 255 or 48.86% from 481); Max value from RGB is 235 - color contains mainly: blue. Hex color #B541EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B541EB is #4ABE14. Grayscale: #767676. Windows color (decimal): -4898325 or 15417781. OLE color: 15417781.

HSL color Cylindrical-coordinate representation of color #B541EB: hue angle of 280.94º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B541EB is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 181 65 235 -
CMYK 0.23 0.72 0 0.08
HSL 280.94º 0.81% 0.59% -
HSV(B) 280.94º 0.72% 0.92% -
XYZ 35.94 19.6 80.49 -
YUV 119.06 193.43 172.18 -
System Red Green Blue C M Y K H S L
Decimal 181 65 235 0.23 0.72 0 0.08 280.94 0.81 0.59
Hex B5 41 EB 17 48 0 8 119 51 3B
Octal 265 101 353 27 110 0 10 431 121 73
Binary 10110101 1000001 11101011 10111 1001000 0 1000 100011001 1010001 111011

Color Harmonies of #B541EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B541EB

Black with #B541EB

Text Example


Text Example

White with #B541EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B541EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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