Html Css Color HEX #B545EF Medium Orchid

📋 copy color: '#B545EF'

red 181 ◦ green 69 ◦ blue 239

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

Shades of Medium Orchid #B545EF

Tints of Medium Orchid #B545EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.88%

R = 37.01%
G = 14.11%
B = 48.88%

CMYK

 C value IS 0.24

 M value IS 0.71

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B545EF (or 0xB545EF) is known color: Medium Orchid. HEX triplet: B5, 45 and EF. RGB value is (181,69,239). Sum of RGB (Red+Green+Blue) = 181+69+239=489 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.01% from 489); Green value is 69 (27.34% from 255 or 14.11% from 489); Blue value is 239 (93.75% from 255 or 48.88% from 489); Max value from RGB is 239 - color contains mainly: blue. Hex color #B545EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B545EF is #4ABA10. Grayscale: #797979. Windows color (decimal): -4897297 or 15680949. OLE color: 15680949.

HSL color Cylindrical-coordinate representation of color #B545EF: hue angle of 279.53º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B545EF is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 181 69 239 -
CMYK 0.24 0.71 0 0.06
HSL 279.53º 0.84% 0.6% -
HSV(B) 279.53º 0.71% 0.94% -
XYZ 36.76 20.31 83.64 -
YUV 121.87 194.11 170.18 -
System Red Green Blue C M Y K H S L
Decimal 181 69 239 0.24 0.71 0 0.06 279.53 0.84 0.6
Hex B5 45 EF 18 47 0 6 118 54 3C
Octal 265 105 357 30 107 0 6 430 124 74
Binary 10110101 1000101 11101111 11000 1000111 0 110 100011000 1010100 111100

Color Harmonies of #B545EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B545EF

Black with #B545EF

Text Example


Text Example

White with #B545EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B545EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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