Html Css Color HEX #B549FB Medium Orchid

📋 copy color: '#B549FB'

red 181 ◦ green 73 ◦ blue 251

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

Shades of Medium Orchid #B549FB

Tints of Medium Orchid #B549FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.7%

R = 35.84%
G = 14.46%
B = 49.7%

CMYK

 C value IS 0.28

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B549FB (or 0xB549FB) is known color: Medium Orchid. HEX triplet: B5, 49 and FB. RGB value is (181,73,251). Sum of RGB (Red+Green+Blue) = 181+73+251=505 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.84% from 505); Green value is 73 (28.91% from 255 or 14.46% from 505); Blue value is 251 (98.44% from 255 or 49.70% from 505); Max value from RGB is 251 - color contains mainly: blue. Hex color #B549FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B549FB is #4AB604. Grayscale: #7C7C7C. Windows color (decimal): -4896261 or 16468405. OLE color: 16468405.

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

Color convert

RGB 181 73 251 -
CMYK 0.28 0.71 0 0.02
HSL 276.4º 0.96% 0.64% -
HSV(B) 276.4º 0.71% 0.98% -
XYZ 38.85 21.55 93.38 -
YUV 125.58 198.78 167.53 -
System Red Green Blue C M Y K H S L
Decimal 181 73 251 0.28 0.71 0 0.02 276.4 0.96 0.64
Hex B5 49 FB 1C 47 0 2 114 60 40
Octal 265 111 373 34 107 0 2 424 140 100
Binary 10110101 1001001 11111011 11100 1000111 0 10 100010100 1100000 1000000

Color Harmonies of #B549FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B549FB

Black with #B549FB

Text Example


Text Example

White with #B549FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B549FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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