Html Css Color HEX #B54DC9 Medium Orchid

📋 copy color: '#B54DC9'

red 181 ◦ green 77 ◦ blue 201

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

Shades of Medium Orchid #B54DC9

Tints of Medium Orchid #B54DC9

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.78%

 BLUE value IS 201 (78.91% from 255) = 43.79%

R = 39.43%
G = 16.78%
B = 43.79%

CMYK

 C value IS 0.10

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B54DC9 (or 0xB54DC9) is known color: Medium Orchid. HEX triplet: B5, 4D and C9. RGB value is (181,77,201). Sum of RGB (Red+Green+Blue) = 181+77+201=459 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.43% from 459); Green value is 77 (30.47% from 255 or 16.78% from 459); Blue value is 201 (78.91% from 255 or 43.79% from 459); Max value from RGB is 201 - color contains mainly: blue. Hex color #B54DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B54DC9 is #4AB236. Grayscale: #797979. Windows color (decimal): -4895287 or 13192629. OLE color: 13192629.

HSL color Cylindrical-coordinate representation of color #B54DC9: hue angle of 290.32º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B54DC9 is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 181 77 201 -
CMYK 0.10 0.62 0 0.21
HSL 290.32º 0.53% 0.55% -
HSV(B) 290.32º 0.62% 0.79% -
XYZ 32.25 19.35 57.29 -
YUV 122.23 172.46 169.92 -
System Red Green Blue C M Y K H S L
Decimal 181 77 201 0.10 0.62 0 0.21 290.32 0.53 0.55
Hex B5 4D C9 A 3E 0 15 122 35 37
Octal 265 115 311 12 76 0 25 442 65 67
Binary 10110101 1001101 11001001 1010 111110 0 10101 100100010 110101 110111

Color Harmonies of #B54DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54DC9

Black with #B54DC9

Text Example


Text Example

White with #B54DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54DC9; }

 p { color: rgb(181,77,201); }

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

background-color css

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

 a { background-color: rgb(181,77,201); }

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

border-color css

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

 span { border-color: rgb(181,77,201); }

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