Html Css Color HEX #B54EDB Medium Orchid

📋 copy color: '#B54EDB'

red 181 ◦ green 78 ◦ blue 219

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

Shades of Medium Orchid #B54EDB

Tints of Medium Orchid #B54EDB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.32%

 BLUE value IS 219 (85.94% from 255) = 45.82%

R = 37.87%
G = 16.32%
B = 45.82%

CMYK

 C value IS 0.17

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B54EDB (or 0xB54EDB) is known color: Medium Orchid. HEX triplet: B5, 4E and DB. RGB value is (181,78,219). Sum of RGB (Red+Green+Blue) = 181+78+219=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 78 (30.86% from 255 or 16.32% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #B54EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B54EDB is #4AB124. Grayscale: #7C7C7C. Windows color (decimal): -4895013 or 14372533. OLE color: 14372533.

HSL color Cylindrical-coordinate representation of color #B54EDB: hue angle of 283.83º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B54EDB is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 78 219 -
CMYK 0.17 0.64 0 0.14
HSL 283.83º 0.66% 0.58% -
HSV(B) 283.83º 0.64% 0.86% -
XYZ 34.57 20.39 69.13 -
YUV 124.87 181.12 168.04 -
System Red Green Blue C M Y K H S L
Decimal 181 78 219 0.17 0.64 0 0.14 283.83 0.66 0.58
Hex B5 4E DB 11 40 0 E 11C 42 3A
Octal 265 116 333 21 100 0 16 434 102 72
Binary 10110101 1001110 11011011 10001 1000000 0 1110 100011100 1000010 111010

Color Harmonies of #B54EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54EDB

Black with #B54EDB

Text Example


Text Example

White with #B54EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54EDB; }

 p { color: rgb(181,78,219); }

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

background-color css

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

 a { background-color: rgb(181,78,219); }

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

border-color css

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

 span { border-color: rgb(181,78,219); }

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