Html Css Color HEX #B449F6 Medium Orchid

📋 copy color: '#B449F6'

red 180 ◦ green 73 ◦ blue 246

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

Shades of Medium Orchid #B449F6

Tints of Medium Orchid #B449F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 49.3%

R = 36.07%
G = 14.63%
B = 49.3%

CMYK

 C value IS 0.27

 M value IS 0.70

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B449F6 (or 0xB449F6) is known color: Medium Orchid. HEX triplet: B4, 49 and F6. RGB value is (180,73,246). Sum of RGB (Red+Green+Blue) = 180+73+246=499 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36.07% from 499); Green value is 73 (28.91% from 255 or 14.63% from 499); Blue value is 246 (96.48% from 255 or 49.30% from 499); Max value from RGB is 246 - color contains mainly: blue. Hex color #B449F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B449F6 is #4BB609. Grayscale: #7C7C7C. Windows color (decimal): -4961802 or 16140724. OLE color: 16140724.

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

Color convert

RGB 180 73 246 -
CMYK 0.27 0.70 0 0.04
HSL 277.11º 0.91% 0.63% -
HSV(B) 277.11º 0.7% 0.96% -
XYZ 37.84 21.12 89.27 -
YUV 124.72 196.45 167.43 -
System Red Green Blue C M Y K H S L
Decimal 180 73 246 0.27 0.70 0 0.04 277.11 0.91 0.63
Hex B4 49 F6 1B 46 0 4 115 5B 3F
Octal 264 111 366 33 106 0 4 425 133 77
Binary 10110100 1001001 11110110 11011 1000110 0 100 100010101 1011011 111111

Color Harmonies of #B449F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B449F6

Black with #B449F6

Text Example


Text Example

White with #B449F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B449F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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