Html Css Color HEX #B4A5FA Melrose

📋 copy color: '#B4A5FA'

red 180 ◦ green 165 ◦ blue 250

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

Shades of Melrose #B4A5FA

Tints of Melrose #B4A5FA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.73%

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

R = 30.25%
G = 27.73%
B = 42.02%

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

#B4A5FA (or 0xB4A5FA) is known color: Melrose. HEX triplet: B4, A5 and FA. RGB value is (180,165,250). Sum of RGB (Red+Green+Blue) = 180+165+250=595 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.25% from 595); Green value is 165 (64.84% from 255 or 27.73% from 595); Blue value is 250 (98.05% from 255 or 42.02% from 595); Max value from RGB is 250 - color contains mainly: blue. Hex color #B4A5FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4A5FA is #4B5A05. Grayscale: #B2B2B2. Windows color (decimal): -4938246 or 16426420. OLE color: 16426420.

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

Color convert

RGB 180 165 250 -
CMYK 0.28 0.34 0 0.02
HSL 250.59º 0.89% 0.81% -
HSV(B) 250.59º 0.34% 0.98% -
XYZ 49.53 43.52 96.23 -
YUV 179.18 167.97 128.59 -
System Red Green Blue C M Y K H S L
Decimal 180 165 250 0.28 0.34 0 0.02 250.59 0.89 0.81
Hex B4 A5 FA 1C 22 0 2 FB 59 51
Octal 264 245 372 34 42 0 2 373 131 121
Binary 10110100 10100101 11111010 11100 100010 0 10 11111011 1011001 1010001

Color Harmonies of #B4A5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A5FA

Black with #B4A5FA

Text Example


Text Example

White with #B4A5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A5FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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