Html Css Color HEX #B549FC Medium Orchid

📋 copy color: '#B549FC'

red 181 ◦ green 73 ◦ blue 252

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

Shades of Medium Orchid #B549FC

Tints of Medium Orchid #B549FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.8%

R = 35.77%
G = 14.43%
B = 49.8%

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

#B549FC (or 0xB549FC) is known color: Medium Orchid. HEX triplet: B5, 49 and FC. RGB value is (181,73,252). Sum of RGB (Red+Green+Blue) = 181+73+252=506 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.77% from 506); Green value is 73 (28.91% from 255 or 14.43% from 506); Blue value is 252 (98.83% from 255 or 49.80% from 506); Max value from RGB is 252 - color contains mainly: blue. Hex color #B549FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B549FC is #4AB603. Grayscale: #7D7D7D. Windows color (decimal): -4896260 or 16533941. OLE color: 16533941.

HSL color Cylindrical-coordinate representation of color #B549FC: hue angle of 276.2º degrees, saturation: 0.97, 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 #B549FC is Cyan = 0.28, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 181 73 252 -
CMYK 0.28 0.71 0 0.01
HSL 276.2º 0.97% 0.64% -
HSV(B) 276.2º 0.71% 0.99% -
XYZ 39.01 21.62 94.21 -
YUV 125.7 199.28 167.45 -
System Red Green Blue C M Y K H S L
Decimal 181 73 252 0.28 0.71 0 0.01 276.2 0.97 0.64
Hex B5 49 FC 1C 47 0 1 114 61 40
Octal 265 111 374 34 107 0 1 424 141 100
Binary 10110101 1001001 11111100 11100 1000111 0 1 100010100 1100001 1000000

Color Harmonies of #B549FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B549FC

Black with #B549FC

Text Example


Text Example

White with #B549FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B549FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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