Html Css Color HEX #B548F9 Medium Orchid

📋 copy color: '#B548F9'

red 181 ◦ green 72 ◦ blue 249

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

Shades of Medium Orchid #B548F9

Tints of Medium Orchid #B548F9

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.34%

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

R = 36.06%
G = 14.34%
B = 49.6%

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

#B548F9 (or 0xB548F9) is known color: Medium Orchid. HEX triplet: B5, 48 and F9. RGB value is (181,72,249). Sum of RGB (Red+Green+Blue) = 181+72+249=502 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.06% from 502); Green value is 72 (28.52% from 255 or 14.34% from 502); Blue value is 249 (97.66% from 255 or 49.60% from 502); Max value from RGB is 249 - color contains mainly: blue. Hex color #B548F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B548F9 is #4AB706. Grayscale: #7C7C7C. Windows color (decimal): -4896519 or 16337077. OLE color: 16337077.

HSL color Cylindrical-coordinate representation of color #B548F9: hue angle of 276.95º 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 #B548F9 is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 181 72 249 -
CMYK 0.27 0.71 0 0.02
HSL 276.95º 0.94% 0.63% -
HSV(B) 276.95º 0.71% 0.98% -
XYZ 38.47 21.3 91.71 -
YUV 124.77 198.11 168.11 -
System Red Green Blue C M Y K H S L
Decimal 181 72 249 0.27 0.71 0 0.02 276.95 0.94 0.63
Hex B5 48 F9 1B 47 0 2 115 5E 3F
Octal 265 110 371 33 107 0 2 425 136 77
Binary 10110101 1001000 11111001 11011 1000111 0 10 100010101 1011110 111111

Color Harmonies of #B548F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B548F9

Black with #B548F9

Text Example


Text Example

White with #B548F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B548F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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