Html Css Color HEX #B549CF Medium Orchid

📋 copy color: '#B549CF'

red 181 ◦ green 73 ◦ blue 207

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

Shades of Medium Orchid #B549CF

Tints of Medium Orchid #B549CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.9%

R = 39.26%
G = 15.84%
B = 44.9%

CMYK

 C value IS 0.13

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B549CF (or 0xB549CF) is known color: Medium Orchid. HEX triplet: B5, 49 and CF. RGB value is (181,73,207). Sum of RGB (Red+Green+Blue) = 181+73+207=461 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.26% from 461); Green value is 73 (28.91% from 255 or 15.84% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #B549CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B549CF is #4AB630. Grayscale: #787878. Windows color (decimal): -4896305 or 13584821. OLE color: 13584821.

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

Color convert

RGB 181 73 207 -
CMYK 0.13 0.65 0 0.19
HSL 288.36º 0.58% 0.55% -
HSV(B) 288.36º 0.65% 0.81% -
XYZ 32.7 19.09 60.99 -
YUV 120.57 176.78 171.1 -
System Red Green Blue C M Y K H S L
Decimal 181 73 207 0.13 0.65 0 0.19 288.36 0.58 0.55
Hex B5 49 CF D 41 0 13 120 3A 37
Octal 265 111 317 15 101 0 23 440 72 67
Binary 10110101 1001001 11001111 1101 1000001 0 10011 100100000 111010 110111

Color Harmonies of #B549CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B549CF

Black with #B549CF

Text Example


Text Example

White with #B549CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B549CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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