Html Css Color HEX #B3A4FE Melrose

📋 copy color: '#B3A4FE'

red 179 ◦ green 164 ◦ blue 254

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

Shades of Melrose #B3A4FE

Tints of Melrose #B3A4FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.55%

R = 29.98%
G = 27.47%
B = 42.55%

CMYK

 C value IS 0.30

 M value IS 0.35

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B3A4FE (or 0xB3A4FE) is known color: Melrose. HEX triplet: B3, A4 and FE. RGB value is (179,164,254). Sum of RGB (Red+Green+Blue) = 179+164+254=597 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.98% from 597); Green value is 164 (64.45% from 255 or 27.47% from 597); Blue value is 254 (99.61% from 255 or 42.55% from 597); Max value from RGB is 254 - color contains mainly: blue. Hex color #B3A4FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3A4FE is #4C5B01. Grayscale: #B2B2B2. Windows color (decimal): -5004034 or 16688307. OLE color: 16688307.

HSL color Cylindrical-coordinate representation of color #B3A4FE: hue angle of 250º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B3A4FE is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 179 164 254 -
CMYK 0.30 0.35 0 0.00
HSL 250º 0.98% 0.82% -
HSV(B) 250º 0.35% 1% -
XYZ 49.76 43.29 99.5 -
YUV 178.75 170.47 128.18 -
System Red Green Blue C M Y K H S L
Decimal 179 164 254 0.30 0.35 0 0.00 250 0.98 0.82
Hex B3 A4 FE 1E 23 0 0 FA 62 52
Octal 263 244 376 36 43 0 0 372 142 122
Binary 10110011 10100100 11111110 11110 100011 0 0 11111010 1100010 1010010

Color Harmonies of #B3A4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A4FE

Black with #B3A4FE

Text Example


Text Example

White with #B3A4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A4FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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