Html Css Color HEX #B4A4FA Melrose

📋 copy color: '#B4A4FA'

red 180 ◦ green 164 ◦ blue 250

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

Shades of Melrose #B4A4FA

Tints of Melrose #B4A4FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.09%

R = 30.3%
G = 27.61%
B = 42.09%

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

#B4A4FA (or 0xB4A4FA) is known color: Melrose. HEX triplet: B4, A4 and FA. RGB value is (180,164,250). Sum of RGB (Red+Green+Blue) = 180+164+250=594 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.30% from 594); Green value is 164 (64.45% from 255 or 27.61% from 594); Blue value is 250 (98.05% from 255 or 42.09% from 594); Max value from RGB is 250 - color contains mainly: blue. Hex color #B4A4FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4A4FA is #4B5B05. Grayscale: #B2B2B2. Windows color (decimal): -4938502 or 16426164. OLE color: 16426164.

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

Color convert

RGB 180 164 250 -
CMYK 0.28 0.34 0 0.02
HSL 251.16º 0.9% 0.81% -
HSV(B) 251.16º 0.34% 0.98% -
XYZ 49.35 43.16 96.17 -
YUV 178.59 168.3 129.01 -
System Red Green Blue C M Y K H S L
Decimal 180 164 250 0.28 0.34 0 0.02 251.16 0.9 0.81
Hex B4 A4 FA 1C 22 0 2 FB 5A 51
Octal 264 244 372 34 42 0 2 373 132 121
Binary 10110100 10100100 11111010 11100 100010 0 10 11111011 1011010 1010001

Color Harmonies of #B4A4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A4FA

Black with #B4A4FA

Text Example


Text Example

White with #B4A4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A4FA; }

 p { color: rgb(180,164,250); }

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

background-color css

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

 a { background-color: rgb(180,164,250); }

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

border-color css

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

 span { border-color: rgb(180,164,250); }

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