Html Css Color HEX #B5A3FE Melrose

📋 copy color: '#B5A3FE'

red 181 ◦ green 163 ◦ blue 254

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

Shades of Melrose #B5A3FE

Tints of Melrose #B5A3FE

RGB

 RED value IS 181 (71.09% from 255) = 30.27%

 GREEN value IS 163 (64.06% from 255) = 27.26%

 BLUE value IS 254 (99.61% from 255) = 42.47%

R = 30.27%
G = 27.26%
B = 42.47%

CMYK

 C value IS 0.29

 M value IS 0.36

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B5A3FE (or 0xB5A3FE) is known color: Melrose. HEX triplet: B5, A3 and FE. RGB value is (181,163,254). Sum of RGB (Red+Green+Blue) = 181+163+254=598 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.27% from 598); Green value is 163 (64.06% from 255 or 27.26% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #B5A3FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5A3FE is #4A5C01. Grayscale: #B2B2B2. Windows color (decimal): -4873218 or 16688053. OLE color: 16688053.

HSL color Cylindrical-coordinate representation of color #B5A3FE: hue angle of 251.87º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B5A3FE is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 181 163 254 -
CMYK 0.29 0.36 0 0.00
HSL 251.87º 0.98% 0.82% -
HSV(B) 251.87º 0.36% 1% -
XYZ 50.04 43.17 99.46 -
YUV 178.76 170.46 129.6 -
System Red Green Blue C M Y K H S L
Decimal 181 163 254 0.29 0.36 0 0.00 251.87 0.98 0.82
Hex B5 A3 FE 1D 24 0 0 FC 62 52
Octal 265 243 376 35 44 0 0 374 142 122
Binary 10110101 10100011 11111110 11101 100100 0 0 11111100 1100010 1010010

Color Harmonies of #B5A3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A3FE

Black with #B5A3FE

Text Example


Text Example

White with #B5A3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A3FE; }

 p { color: rgb(181,163,254); }

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

background-color css

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

 a { background-color: rgb(181,163,254); }

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

border-color css

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

 span { border-color: rgb(181,163,254); }

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