Html Css Color HEX #B54ACE Medium Orchid

📋 copy color: '#B54ACE'

red 181 ◦ green 74 ◦ blue 206

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

Shades of Medium Orchid #B54ACE

Tints of Medium Orchid #B54ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.69%

R = 39.26%
G = 16.05%
B = 44.69%

CMYK

 C value IS 0.12

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B54ACE (or 0xB54ACE) is known color: Medium Orchid. HEX triplet: B5, 4A and CE. RGB value is (181,74,206). Sum of RGB (Red+Green+Blue) = 181+74+206=461 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.26% from 461); Green value is 74 (29.30% from 255 or 16.05% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #B54ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B54ACE is #4AB531. Grayscale: #787878. Windows color (decimal): -4896050 or 13519541. OLE color: 13519541.

HSL color Cylindrical-coordinate representation of color #B54ACE: hue angle of 288.64º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B54ACE is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 74 206 -
CMYK 0.12 0.64 0 0.19
HSL 288.64º 0.57% 0.55% -
HSV(B) 288.64º 0.64% 0.81% -
XYZ 32.65 19.18 60.37 -
YUV 121.04 175.95 170.77 -
System Red Green Blue C M Y K H S L
Decimal 181 74 206 0.12 0.64 0 0.19 288.64 0.57 0.55
Hex B5 4A CE C 40 0 13 121 39 37
Octal 265 112 316 14 100 0 23 441 71 67
Binary 10110101 1001010 11001110 1100 1000000 0 10011 100100001 111001 110111

Color Harmonies of #B54ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54ACE

Black with #B54ACE

Text Example


Text Example

White with #B54ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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