Html Css Color HEX #B449F7 Medium Orchid

📋 copy color: '#B449F7'

red 180 ◦ green 73 ◦ blue 247

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

Shades of Medium Orchid #B449F7

Tints of Medium Orchid #B449F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 49.4%

R = 36%
G = 14.6%
B = 49.4%

CMYK

 C value IS 0.27

 M value IS 0.70

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B449F7 (or 0xB449F7) is known color: Medium Orchid. HEX triplet: B4, 49 and F7. RGB value is (180,73,247). Sum of RGB (Red+Green+Blue) = 180+73+247=500 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36% from 500); Green value is 73 (28.91% from 255 or 14.6% from 500); Blue value is 247 (96.88% from 255 or 49.4% from 500); Max value from RGB is 247 - color contains mainly: blue. Hex color #B449F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B449F7 is #4BB608. Grayscale: #7C7C7C. Windows color (decimal): -4961801 or 16206260. OLE color: 16206260.

HSL color Cylindrical-coordinate representation of color #B449F7: hue angle of 276.9º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B449F7 is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 180 73 247 -
CMYK 0.27 0.70 0 0.03
HSL 276.9º 0.92% 0.63% -
HSV(B) 276.9º 0.7% 0.97% -
XYZ 37.99 21.18 90.08 -
YUV 124.83 196.95 167.35 -
System Red Green Blue C M Y K H S L
Decimal 180 73 247 0.27 0.70 0 0.03 276.9 0.92 0.63
Hex B4 49 F7 1B 46 0 3 115 5C 3F
Octal 264 111 367 33 106 0 3 425 134 77
Binary 10110100 1001001 11110111 11011 1000110 0 11 100010101 1011100 111111

Color Harmonies of #B449F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B449F7

Black with #B449F7

Text Example


Text Example

White with #B449F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B449F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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