Html Css Color HEX #B54ED0 Medium Orchid

📋 copy color: '#B54ED0'

red 181 ◦ green 78 ◦ blue 208

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

Shades of Medium Orchid #B54ED0

Tints of Medium Orchid #B54ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.54%

R = 38.76%
G = 16.7%
B = 44.54%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B54ED0 (or 0xB54ED0) is known color: Medium Orchid. HEX triplet: B5, 4E and D0. RGB value is (181,78,208). Sum of RGB (Red+Green+Blue) = 181+78+208=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 78 (30.86% from 255 or 16.70% from 467); Blue value is 208 (81.64% from 255 or 44.54% from 467); Max value from RGB is 208 - color contains mainly: blue. Hex color #B54ED0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B54ED0 is #4AB12F. Grayscale: #7B7B7B. Windows color (decimal): -4895024 or 13651637. OLE color: 13651637.

HSL color Cylindrical-coordinate representation of color #B54ED0: hue angle of 287.54º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B54ED0 is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 181 78 208 -
CMYK 0.13 0.62 0 0.18
HSL 287.54º 0.58% 0.56% -
HSV(B) 287.54º 0.63% 0.82% -
XYZ 33.17 19.83 61.75 -
YUV 123.62 175.62 168.93 -
System Red Green Blue C M Y K H S L
Decimal 181 78 208 0.13 0.62 0 0.18 287.54 0.58 0.56
Hex B5 4E D0 D 3E 0 12 120 3A 38
Octal 265 116 320 15 76 0 22 440 72 70
Binary 10110101 1001110 11010000 1101 111110 0 10010 100100000 111010 111000

Color Harmonies of #B54ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54ED0

Black with #B54ED0

Text Example


Text Example

White with #B54ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54ED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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