Html Css Color HEX #B54EDC Medium Orchid

📋 copy color: '#B54EDC'

red 181 ◦ green 78 ◦ blue 220

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

Shades of Medium Orchid #B54EDC

Tints of Medium Orchid #B54EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.93%

R = 37.79%
G = 16.28%
B = 45.93%

CMYK

 C value IS 0.18

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B54EDC (or 0xB54EDC) is known color: Medium Orchid. HEX triplet: B5, 4E and DC. RGB value is (181,78,220). Sum of RGB (Red+Green+Blue) = 181+78+220=479 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.79% from 479); Green value is 78 (30.86% from 255 or 16.28% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #B54EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B54EDC is #4AB123. Grayscale: #7C7C7C. Windows color (decimal): -4895012 or 14438069. OLE color: 14438069.

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

Color convert

RGB 181 78 220 -
CMYK 0.18 0.65 0 0.14
HSL 283.52º 0.67% 0.58% -
HSV(B) 283.52º 0.65% 0.86% -
XYZ 34.7 20.44 69.83 -
YUV 124.99 181.62 167.95 -
System Red Green Blue C M Y K H S L
Decimal 181 78 220 0.18 0.65 0 0.14 283.52 0.67 0.58
Hex B5 4E DC 12 41 0 E 11C 43 3A
Octal 265 116 334 22 101 0 16 434 103 72
Binary 10110101 1001110 11011100 10010 1000001 0 1110 100011100 1000011 111010

Color Harmonies of #B54EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54EDC

Black with #B54EDC

Text Example


Text Example

White with #B54EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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