Html Css Color HEX #B5A3FA Melrose

📋 copy color: '#B5A3FA'

red 181 ◦ green 163 ◦ blue 250

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

Shades of Melrose #B5A3FA

Tints of Melrose #B5A3FA

RGB

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

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

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

R = 30.47%
G = 27.44%
B = 42.09%

CMYK

 C value IS 0.28

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B5A3FA (or 0xB5A3FA) is known color: Melrose. HEX triplet: B5, A3 and FA. RGB value is (181,163,250). Sum of RGB (Red+Green+Blue) = 181+163+250=594 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.47% from 594); Green value is 163 (64.06% from 255 or 27.44% from 594); Blue value is 250 (98.05% from 255 or 42.09% from 594); Max value from RGB is 250 - color contains mainly: blue. Hex color #B5A3FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5A3FA is #4A5C05. Grayscale: #B1B1B1. Windows color (decimal): -4873222 or 16425909. OLE color: 16425909.

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

Color convert

RGB 181 163 250 -
CMYK 0.28 0.35 0 0.02
HSL 252.41º 0.9% 0.81% -
HSV(B) 252.41º 0.35% 0.98% -
XYZ 49.41 42.92 96.12 -
YUV 178.3 168.46 129.93 -
System Red Green Blue C M Y K H S L
Decimal 181 163 250 0.28 0.35 0 0.02 252.41 0.9 0.81
Hex B5 A3 FA 1C 23 0 2 FC 5A 51
Octal 265 243 372 34 43 0 2 374 132 121
Binary 10110101 10100011 11111010 11100 100011 0 10 11111100 1011010 1010001

Color Harmonies of #B5A3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A3FA

Black with #B5A3FA

Text Example


Text Example

White with #B5A3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A3FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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