Html Css Color HEX #B549DF Medium Orchid

📋 copy color: '#B549DF'

red 181 ◦ green 73 ◦ blue 223

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

Shades of Medium Orchid #B549DF

Tints of Medium Orchid #B549DF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.3%

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

R = 37.95%
G = 15.3%
B = 46.75%

CMYK

 C value IS 0.19

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B549DF (or 0xB549DF) is known color: Medium Orchid. HEX triplet: B5, 49 and DF. RGB value is (181,73,223). Sum of RGB (Red+Green+Blue) = 181+73+223=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 73 (28.91% from 255 or 15.30% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #B549DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B549DF is #4AB620. Grayscale: #797979. Windows color (decimal): -4896289 or 14633397. OLE color: 14633397.

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

Color convert

RGB 181 73 223 -
CMYK 0.19 0.67 0 0.13
HSL 283.2º 0.7% 0.58% -
HSV(B) 283.2º 0.67% 0.87% -
XYZ 34.76 19.92 71.82 -
YUV 122.39 184.78 169.8 -
System Red Green Blue C M Y K H S L
Decimal 181 73 223 0.19 0.67 0 0.13 283.2 0.7 0.58
Hex B5 49 DF 13 43 0 D 11B 46 3A
Octal 265 111 337 23 103 0 15 433 106 72
Binary 10110101 1001001 11011111 10011 1000011 0 1101 100011011 1000110 111010

Color Harmonies of #B549DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B549DF

Black with #B549DF

Text Example


Text Example

White with #B549DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B549DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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