Html Css Color HEX #B54AC7 Medium Orchid

📋 copy color: '#B54AC7'

red 181 ◦ green 74 ◦ blue 199

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

Shades of Medium Orchid #B54AC7

Tints of Medium Orchid #B54AC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 43.83%

R = 39.87%
G = 16.3%
B = 43.83%

CMYK

 C value IS 0.09

 M value IS 0.63

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B54AC7 (or 0xB54AC7) is known color: Medium Orchid. HEX triplet: B5, 4A and C7. RGB value is (181,74,199). Sum of RGB (Red+Green+Blue) = 181+74+199=454 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.87% from 454); Green value is 74 (29.30% from 255 or 16.30% from 454); Blue value is 199 (78.12% from 255 or 43.83% from 454); Max value from RGB is 199 - color contains mainly: blue. Hex color #B54AC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B54AC7 is #4AB538. Grayscale: #777777. Windows color (decimal): -4896057 or 13060789. OLE color: 13060789.

HSL color Cylindrical-coordinate representation of color #B54AC7: hue angle of 291.36º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B54AC7 is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 181 74 199 -
CMYK 0.09 0.63 0 0.22
HSL 291.36º 0.53% 0.54% -
HSV(B) 291.36º 0.63% 0.78% -
XYZ 31.81 18.84 55.99 -
YUV 120.24 172.45 171.34 -
System Red Green Blue C M Y K H S L
Decimal 181 74 199 0.09 0.63 0 0.22 291.36 0.53 0.54
Hex B5 4A C7 9 3F 0 16 123 35 36
Octal 265 112 307 11 77 0 26 443 65 66
Binary 10110101 1001010 11000111 1001 111111 0 10110 100100011 110101 110110

Color Harmonies of #B54AC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54AC7

Black with #B54AC7

Text Example


Text Example

White with #B54AC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54AC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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