Html Css Color HEX #B54ECD Medium Orchid

📋 copy color: '#B54ECD'

red 181 ◦ green 78 ◦ blue 205

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

Shades of Medium Orchid #B54ECD

Tints of Medium Orchid #B54ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.18%

R = 39.01%
G = 16.81%
B = 44.18%

CMYK

 C value IS 0.12

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B54ECD (or 0xB54ECD) is known color: Medium Orchid. HEX triplet: B5, 4E and CD. RGB value is (181,78,205). Sum of RGB (Red+Green+Blue) = 181+78+205=464 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.01% from 464); Green value is 78 (30.86% from 255 or 16.81% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 205 - color contains mainly: blue. Hex color #B54ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B54ECD is #4AB132. Grayscale: #7A7A7A. Windows color (decimal): -4895027 or 13455029. OLE color: 13455029.

HSL color Cylindrical-coordinate representation of color #B54ECD: hue angle of 288.66º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B54ECD is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 181 78 205 -
CMYK 0.12 0.62 0 0.20
HSL 288.66º 0.56% 0.55% -
HSV(B) 288.66º 0.62% 0.8% -
XYZ 32.8 19.68 59.83 -
YUV 123.28 174.12 169.17 -
System Red Green Blue C M Y K H S L
Decimal 181 78 205 0.12 0.62 0 0.20 288.66 0.56 0.55
Hex B5 4E CD C 3E 0 14 121 38 37
Octal 265 116 315 14 76 0 24 441 70 67
Binary 10110101 1001110 11001101 1100 111110 0 10100 100100001 111000 110111

Color Harmonies of #B54ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54ECD

Black with #B54ECD

Text Example


Text Example

White with #B54ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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