Html Css Color HEX #B54AD9 Medium Orchid

📋 copy color: '#B54AD9'

red 181 ◦ green 74 ◦ blue 217

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

Shades of Medium Orchid #B54AD9

Tints of Medium Orchid #B54AD9

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.68%

 BLUE value IS 217 (85.16% from 255) = 45.97%

R = 38.35%
G = 15.68%
B = 45.97%

CMYK

 C value IS 0.17

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B54AD9 (or 0xB54AD9) is known color: Medium Orchid. HEX triplet: B5, 4A and D9. RGB value is (181,74,217). Sum of RGB (Red+Green+Blue) = 181+74+217=472 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.35% from 472); Green value is 74 (29.30% from 255 or 15.68% from 472); Blue value is 217 (85.16% from 255 or 45.97% from 472); Max value from RGB is 217 - color contains mainly: blue. Hex color #B54AD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B54AD9 is #4AB526. Grayscale: #797979. Windows color (decimal): -4896039 or 14240437. OLE color: 14240437.

HSL color Cylindrical-coordinate representation of color #B54AD9: hue angle of 284.9º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B54AD9 is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 181 74 217 -
CMYK 0.17 0.66 0 0.15
HSL 284.9º 0.65% 0.57% -
HSV(B) 284.9º 0.66% 0.85% -
XYZ 34.03 19.73 67.66 -
YUV 122.3 181.45 169.87 -
System Red Green Blue C M Y K H S L
Decimal 181 74 217 0.17 0.66 0 0.15 284.9 0.65 0.57
Hex B5 4A D9 11 42 0 F 11D 41 39
Octal 265 112 331 21 102 0 17 435 101 71
Binary 10110101 1001010 11011001 10001 1000010 0 1111 100011101 1000001 111001

Color Harmonies of #B54AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54AD9

Black with #B54AD9

Text Example


Text Example

White with #B54AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54AD9; }

 p { color: rgb(181,74,217); }

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

background-color css

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

 a { background-color: rgb(181,74,217); }

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

border-color css

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

 span { border-color: rgb(181,74,217); }

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