Html Css Color HEX #B547F9 Medium Orchid

📋 copy color: '#B547F9'

red 181 ◦ green 71 ◦ blue 249

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

Shades of Medium Orchid #B547F9

Tints of Medium Orchid #B547F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 49.7%

R = 36.13%
G = 14.17%
B = 49.7%

CMYK

 C value IS 0.27

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B547F9 (or 0xB547F9) is known color: Medium Orchid. HEX triplet: B5, 47 and F9. RGB value is (181,71,249). Sum of RGB (Red+Green+Blue) = 181+71+249=501 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.13% from 501); Green value is 71 (28.12% from 255 or 14.17% from 501); Blue value is 249 (97.66% from 255 or 49.70% from 501); Max value from RGB is 249 - color contains mainly: blue. Hex color #B547F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B547F9 is #4AB806. Grayscale: #7B7B7B. Windows color (decimal): -4896775 or 16336821. OLE color: 16336821.

HSL color Cylindrical-coordinate representation of color #B547F9: hue angle of 277.08º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B547F9 is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 181 71 249 -
CMYK 0.27 0.71 0 0.02
HSL 277.08º 0.94% 0.63% -
HSV(B) 277.08º 0.71% 0.98% -
XYZ 38.41 21.17 91.68 -
YUV 124.18 198.44 168.53 -
System Red Green Blue C M Y K H S L
Decimal 181 71 249 0.27 0.71 0 0.02 277.08 0.94 0.63
Hex B5 47 F9 1B 47 0 2 115 5E 3F
Octal 265 107 371 33 107 0 2 425 136 77
Binary 10110101 1000111 11111001 11011 1000111 0 10 100010101 1011110 111111

Color Harmonies of #B547F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B547F9

Black with #B547F9

Text Example


Text Example

White with #B547F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B547F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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