Html Css Color HEX #B4A0FB Melrose

📋 copy color: '#B4A0FB'

red 180 ◦ green 160 ◦ blue 251

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

Shades of Melrose #B4A0FB

Tints of Melrose #B4A0FB

RGB

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

 GREEN value IS 160 (62.89% from 255) = 27.07%

 BLUE value IS 251 (98.44% from 255) = 42.47%

R = 30.46%
G = 27.07%
B = 42.47%

CMYK

 C value IS 0.28

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B4A0FB (or 0xB4A0FB) is known color: Melrose. HEX triplet: B4, A0 and FB. RGB value is (180,160,251). Sum of RGB (Red+Green+Blue) = 180+160+251=591 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.46% from 591); Green value is 160 (62.89% from 255 or 27.07% from 591); Blue value is 251 (98.44% from 255 or 42.47% from 591); Max value from RGB is 251 - color contains mainly: blue. Hex color #B4A0FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4A0FB is #4B5F04. Grayscale: #B0B0B0. Windows color (decimal): -4939525 or 16490676. OLE color: 16490676.

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

Color convert

RGB 180 160 251 -
CMYK 0.28 0.36 0 0.02
HSL 253.19º 0.92% 0.81% -
HSV(B) 253.19º 0.36% 0.98% -
XYZ 48.81 41.81 96.76 -
YUV 176.35 170.13 130.6 -
System Red Green Blue C M Y K H S L
Decimal 180 160 251 0.28 0.36 0 0.02 253.19 0.92 0.81
Hex B4 A0 FB 1C 24 0 2 FD 5C 51
Octal 264 240 373 34 44 0 2 375 134 121
Binary 10110100 10100000 11111011 11100 100100 0 10 11111101 1011100 1010001

Color Harmonies of #B4A0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A0FB

Black with #B4A0FB

Text Example


Text Example

White with #B4A0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A0FB; }

 p { color: rgb(180,160,251); }

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

background-color css

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

 a { background-color: rgb(180,160,251); }

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

border-color css

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

 span { border-color: rgb(180,160,251); }

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