Html Css Color HEX #B547DF Medium Orchid

📋 copy color: '#B547DF'

red 181 ◦ green 71 ◦ blue 223

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

Shades of Medium Orchid #B547DF

Tints of Medium Orchid #B547DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.95%

R = 38.11%
G = 14.95%
B = 46.95%

CMYK

 C value IS 0.19

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B547DF (or 0xB547DF) is known color: Medium Orchid. HEX triplet: B5, 47 and DF. RGB value is (181,71,223). Sum of RGB (Red+Green+Blue) = 181+71+223=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 71 (28.12% from 255 or 14.95% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #B547DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B547DF is #4AB820. Grayscale: #787878. Windows color (decimal): -4896801 or 14632885. OLE color: 14632885.

HSL color Cylindrical-coordinate representation of color #B547DF: hue angle of 283.42º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B547DF is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 71 223 -
CMYK 0.19 0.68 0 0.13
HSL 283.42º 0.7% 0.58% -
HSV(B) 283.42º 0.68% 0.87% -
XYZ 34.63 19.66 71.78 -
YUV 121.22 185.44 170.64 -
System Red Green Blue C M Y K H S L
Decimal 181 71 223 0.19 0.68 0 0.13 283.42 0.7 0.58
Hex B5 47 DF 13 44 0 D 11B 46 3A
Octal 265 107 337 23 104 0 15 433 106 72
Binary 10110101 1000111 11011111 10011 1000100 0 1101 100011011 1000110 111010

Color Harmonies of #B547DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B547DF

Black with #B547DF

Text Example


Text Example

White with #B547DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B547DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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