Html Css Color HEX #B449F9 Medium Orchid

📋 copy color: '#B449F9'

red 180 ◦ green 73 ◦ blue 249

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

Shades of Medium Orchid #B449F9

Tints of Medium Orchid #B449F9

RGB

 RED value IS 180 (70.7% from 255) = 35.86%

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

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

R = 35.86%
G = 14.54%
B = 49.6%

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

#B449F9 (or 0xB449F9) is known color: Medium Orchid. HEX triplet: B4, 49 and F9. RGB value is (180,73,249). Sum of RGB (Red+Green+Blue) = 180+73+249=502 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.86% from 502); Green value is 73 (28.91% from 255 or 14.54% 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 #B449F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B449F9 is #4BB606. Grayscale: #7C7C7C. Windows color (decimal): -4961799 or 16337332. OLE color: 16337332.

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

Color convert

RGB 180 73 249 -
CMYK 0.28 0.71 0 0.02
HSL 276.48º 0.94% 0.63% -
HSV(B) 276.48º 0.71% 0.98% -
XYZ 38.3 21.31 91.72 -
YUV 125.06 197.95 167.19 -
System Red Green Blue C M Y K H S L
Decimal 180 73 249 0.28 0.71 0 0.02 276.48 0.94 0.63
Hex B4 49 F9 1C 47 0 2 114 5E 3F
Octal 264 111 371 34 107 0 2 424 136 77
Binary 10110100 1001001 11111001 11100 1000111 0 10 100010100 1011110 111111

Color Harmonies of #B449F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B449F9

Black with #B449F9

Text Example


Text Example

White with #B449F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B449F9; }

 p { color: rgb(180,73,249); }

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

background-color css

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

 a { background-color: rgb(180,73,249); }

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

border-color css

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

 span { border-color: rgb(180,73,249); }

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