Html Css Color HEX #B545EB Medium Orchid

📋 copy color: '#B545EB'

red 181 ◦ green 69 ◦ blue 235

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

Shades of Medium Orchid #B545EB

Tints of Medium Orchid #B545EB

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.23%

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

R = 37.32%
G = 14.23%
B = 48.45%

CMYK

 C value IS 0.23

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B545EB (or 0xB545EB) is known color: Medium Orchid. HEX triplet: B5, 45 and EB. RGB value is (181,69,235). Sum of RGB (Red+Green+Blue) = 181+69+235=485 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.32% from 485); Green value is 69 (27.34% from 255 or 14.23% from 485); Blue value is 235 (92.19% from 255 or 48.45% from 485); Max value from RGB is 235 - color contains mainly: blue. Hex color #B545EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B545EB is #4ABA14. Grayscale: #787878. Windows color (decimal): -4897301 or 15418805. OLE color: 15418805.

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

Color convert

RGB 181 69 235 -
CMYK 0.23 0.71 0 0.08
HSL 280.48º 0.81% 0.6% -
HSV(B) 280.48º 0.71% 0.92% -
XYZ 36.18 20.08 80.57 -
YUV 121.41 192.11 170.5 -
System Red Green Blue C M Y K H S L
Decimal 181 69 235 0.23 0.71 0 0.08 280.48 0.81 0.6
Hex B5 45 EB 17 47 0 8 118 51 3C
Octal 265 105 353 27 107 0 10 430 121 74
Binary 10110101 1000101 11101011 10111 1000111 0 1000 100011000 1010001 111100

Color Harmonies of #B545EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B545EB

Black with #B545EB

Text Example


Text Example

White with #B545EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B545EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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