Html Css Color HEX #B549F1 Medium Orchid

📋 copy color: '#B549F1'

red 181 ◦ green 73 ◦ blue 241

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

Shades of Medium Orchid #B549F1

Tints of Medium Orchid #B549F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 48.69%

R = 36.57%
G = 14.75%
B = 48.69%

CMYK

 C value IS 0.25

 M value IS 0.70

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B549F1 (or 0xB549F1) is known color: Medium Orchid. HEX triplet: B5, 49 and F1. RGB value is (181,73,241). Sum of RGB (Red+Green+Blue) = 181+73+241=495 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.57% from 495); Green value is 73 (28.91% from 255 or 14.75% from 495); Blue value is 241 (94.53% from 255 or 48.69% from 495); Max value from RGB is 241 - color contains mainly: blue. Hex color #B549F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B549F1 is #4AB60E. Grayscale: #7B7B7B. Windows color (decimal): -4896271 or 15813045. OLE color: 15813045.

HSL color Cylindrical-coordinate representation of color #B549F1: hue angle of 278.57º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B549F1 is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 181 73 241 -
CMYK 0.25 0.70 0 0.05
HSL 278.57º 0.86% 0.62% -
HSV(B) 278.57º 0.7% 0.95% -
XYZ 37.32 20.94 85.29 -
YUV 124.44 193.78 168.34 -
System Red Green Blue C M Y K H S L
Decimal 181 73 241 0.25 0.70 0 0.05 278.57 0.86 0.62
Hex B5 49 F1 19 46 0 5 117 56 3E
Octal 265 111 361 31 106 0 5 427 126 76
Binary 10110101 1001001 11110001 11001 1000110 0 101 100010111 1010110 111110

Color Harmonies of #B549F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B549F1

Black with #B549F1

Text Example


Text Example

White with #B549F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B549F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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