Html Css Color HEX #B547C9 Medium Orchid

📋 copy color: '#B547C9'

red 181 ◦ green 71 ◦ blue 201

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

Shades of Medium Orchid #B547C9

Tints of Medium Orchid #B547C9

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.67%

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

R = 39.96%
G = 15.67%
B = 44.37%

CMYK

 C value IS 0.10

 M value IS 0.65

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B547C9 (or 0xB547C9) is known color: Medium Orchid. HEX triplet: B5, 47 and C9. RGB value is (181,71,201). Sum of RGB (Red+Green+Blue) = 181+71+201=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 71 (28.12% from 255 or 15.67% from 453); Blue value is 201 (78.91% from 255 or 44.37% from 453); Max value from RGB is 201 - color contains mainly: blue. Hex color #B547C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B547C9 is #4AB836. Grayscale: #767676. Windows color (decimal): -4896823 or 13191093. OLE color: 13191093.

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

Color convert

RGB 181 71 201 -
CMYK 0.10 0.65 0 0.21
HSL 290.77º 0.55% 0.53% -
HSV(B) 290.77º 0.65% 0.79% -
XYZ 31.85 18.55 57.16 -
YUV 118.71 174.44 172.43 -
System Red Green Blue C M Y K H S L
Decimal 181 71 201 0.10 0.65 0 0.21 290.77 0.55 0.53
Hex B5 47 C9 A 41 0 15 123 37 35
Octal 265 107 311 12 101 0 25 443 67 65
Binary 10110101 1000111 11001001 1010 1000001 0 10101 100100011 110111 110101

Color Harmonies of #B547C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B547C9

Black with #B547C9

Text Example


Text Example

White with #B547C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B547C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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