Html Css Color HEX #B3A4F9 Melrose

📋 copy color: '#B3A4F9'

red 179 ◦ green 164 ◦ blue 249

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

Shades of Melrose #B3A4F9

Tints of Melrose #B3A4F9

RGB

 RED value IS 179 (70.31% from 255) = 30.24%

 GREEN value IS 164 (64.45% from 255) = 27.7%

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

R = 30.24%
G = 27.7%
B = 42.06%

CMYK

 C value IS 0.28

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B3A4F9 (or 0xB3A4F9) is known color: Melrose. HEX triplet: B3, A4 and F9. RGB value is (179,164,249). Sum of RGB (Red+Green+Blue) = 179+164+249=592 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.24% from 592); Green value is 164 (64.45% from 255 or 27.70% from 592); Blue value is 249 (97.66% from 255 or 42.06% from 592); Max value from RGB is 249 - color contains mainly: blue. Hex color #B3A4F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3A4F9 is #4C5B06. Grayscale: #B1B1B1. Windows color (decimal): -5004039 or 16360627. OLE color: 16360627.

HSL color Cylindrical-coordinate representation of color #B3A4F9: hue angle of 250.59º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B3A4F9 is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 179 164 249 -
CMYK 0.28 0.34 0 0.02
HSL 250.59º 0.88% 0.81% -
HSV(B) 250.59º 0.34% 0.98% -
XYZ 48.96 42.97 95.34 -
YUV 178.18 167.97 128.59 -
System Red Green Blue C M Y K H S L
Decimal 179 164 249 0.28 0.34 0 0.02 250.59 0.88 0.81
Hex B3 A4 F9 1C 22 0 2 FB 58 51
Octal 263 244 371 34 42 0 2 373 130 121
Binary 10110011 10100100 11111001 11100 100010 0 10 11111011 1011000 1010001

Color Harmonies of #B3A4F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A4F9

Black with #B3A4F9

Text Example


Text Example

White with #B3A4F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A4F9; }

 p { color: rgb(179,164,249); }

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

background-color css

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

 a { background-color: rgb(179,164,249); }

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

border-color css

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

 span { border-color: rgb(179,164,249); }

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