Html Css Color HEX #B4A7FA Melrose

📋 copy color: '#B4A7FA'

red 180 ◦ green 167 ◦ blue 250

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

Shades of Melrose #B4A7FA

Tints of Melrose #B4A7FA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 27.97%

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

R = 30.15%
G = 27.97%
B = 41.88%

CMYK

 C value IS 0.28

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B4A7FA (or 0xB4A7FA) is known color: Melrose. HEX triplet: B4, A7 and FA. RGB value is (180,167,250). Sum of RGB (Red+Green+Blue) = 180+167+250=597 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30.15% from 597); Green value is 167 (65.62% from 255 or 27.97% from 597); Blue value is 250 (98.05% from 255 or 41.88% from 597); Max value from RGB is 250 - color contains mainly: blue. Hex color #B4A7FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4A7FA is #4B5805. Grayscale: #B4B4B4. Windows color (decimal): -4937734 or 16426932. OLE color: 16426932.

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

Color convert

RGB 180 167 250 -
CMYK 0.28 0.33 0 0.02
HSL 249.4º 0.89% 0.82% -
HSV(B) 249.4º 0.33% 0.98% -
XYZ 49.9 44.24 96.35 -
YUV 180.35 167.31 127.75 -
System Red Green Blue C M Y K H S L
Decimal 180 167 250 0.28 0.33 0 0.02 249.4 0.89 0.82
Hex B4 A7 FA 1C 21 0 2 F9 59 52
Octal 264 247 372 34 41 0 2 371 131 122
Binary 10110100 10100111 11111010 11100 100001 0 10 11111001 1011001 1010010

Color Harmonies of #B4A7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A7FA

Black with #B4A7FA

Text Example


Text Example

White with #B4A7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A7FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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