Html Css Color HEX #B549FD Medium Orchid

📋 copy color: '#B549FD'

red 181 ◦ green 73 ◦ blue 253

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

Shades of Medium Orchid #B549FD

Tints of Medium Orchid #B549FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.9%

R = 35.7%
G = 14.4%
B = 49.9%

CMYK

 C value IS 0.28

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B549FD (or 0xB549FD) is known color: Medium Orchid. HEX triplet: B5, 49 and FD. RGB value is (181,73,253). Sum of RGB (Red+Green+Blue) = 181+73+253=507 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.70% from 507); Green value is 73 (28.91% from 255 or 14.40% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #B549FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B549FD is #4AB602. Grayscale: #7D7D7D. Windows color (decimal): -4896259 or 16599477. OLE color: 16599477.

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

Color convert

RGB 181 73 253 -
CMYK 0.28 0.71 0 0.01
HSL 276º 0.98% 0.64% -
HSV(B) 276º 0.71% 0.99% -
XYZ 39.17 21.68 95.05 -
YUV 125.81 199.78 167.36 -
System Red Green Blue C M Y K H S L
Decimal 181 73 253 0.28 0.71 0 0.01 276 0.98 0.64
Hex B5 49 FD 1C 47 0 1 114 62 40
Octal 265 111 375 34 107 0 1 424 142 100
Binary 10110101 1001001 11111101 11100 1000111 0 1 100010100 1100010 1000000

Color Harmonies of #B549FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B549FD

Black with #B549FD

Text Example


Text Example

White with #B549FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B549FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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