Html Css Color HEX #B3A0FB Melrose

📋 copy color: '#B3A0FB'

red 179 ◦ green 160 ◦ blue 251

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

Shades of Melrose #B3A0FB

Tints of Melrose #B3A0FB

RGB

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

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

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

R = 30.34%
G = 27.12%
B = 42.54%

CMYK

 C value IS 0.29

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B3A0FB (or 0xB3A0FB) is known color: Melrose. HEX triplet: B3, A0 and FB. RGB value is (179,160,251). Sum of RGB (Red+Green+Blue) = 179+160+251=590 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.34% from 590); Green value is 160 (62.89% from 255 or 27.12% from 590); Blue value is 251 (98.44% from 255 or 42.54% from 590); Max value from RGB is 251 - color contains mainly: blue. Hex color #B3A0FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3A0FB is #4C5F04. Grayscale: #AFAFAF. Windows color (decimal): -5005061 or 16490675. OLE color: 16490675.

HSL color Cylindrical-coordinate representation of color #B3A0FB: hue angle of 252.53º 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 #B3A0FB is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 179 160 251 -
CMYK 0.29 0.36 0 0.02
HSL 252.53º 0.92% 0.81% -
HSV(B) 252.53º 0.36% 0.98% -
XYZ 48.57 41.69 96.75 -
YUV 176.06 170.29 130.1 -
System Red Green Blue C M Y K H S L
Decimal 179 160 251 0.29 0.36 0 0.02 252.53 0.92 0.81
Hex B3 A0 FB 1D 24 0 2 FD 5C 51
Octal 263 240 373 35 44 0 2 375 134 121
Binary 10110011 10100000 11111011 11101 100100 0 10 11111101 1011100 1010001

Color Harmonies of #B3A0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A0FB

Black with #B3A0FB

Text Example


Text Example

White with #B3A0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A0FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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