Html Css Color HEX #B3A2FA Melrose

📋 copy color: '#B3A2FA'

red 179 ◦ green 162 ◦ blue 250

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

Shades of Melrose #B3A2FA

Tints of Melrose #B3A2FA

RGB

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

 GREEN value IS 162 (63.67% from 255) = 27.41%

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

R = 30.29%
G = 27.41%
B = 42.3%

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

#B3A2FA (or 0xB3A2FA) is known color: Melrose. HEX triplet: B3, A2 and FA. RGB value is (179,162,250). Sum of RGB (Red+Green+Blue) = 179+162+250=591 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.29% from 591); Green value is 162 (63.67% from 255 or 27.41% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #B3A2FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3A2FA is #4C5D05. Grayscale: #B0B0B0. Windows color (decimal): -5004550 or 16425651. OLE color: 16425651.

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

Color convert

RGB 179 162 250 -
CMYK 0.28 0.35 0 0.02
HSL 251.59º 0.9% 0.81% -
HSV(B) 251.59º 0.35% 0.98% -
XYZ 48.77 42.33 96.04 -
YUV 177.12 169.13 129.34 -
System Red Green Blue C M Y K H S L
Decimal 179 162 250 0.28 0.35 0 0.02 251.59 0.9 0.81
Hex B3 A2 FA 1C 23 0 2 FC 5A 51
Octal 263 242 372 34 43 0 2 374 132 121
Binary 10110011 10100010 11111010 11100 100011 0 10 11111100 1011010 1010001

Color Harmonies of #B3A2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A2FA

Black with #B3A2FA

Text Example


Text Example

White with #B3A2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A2FA; }

 p { color: rgb(179,162,250); }

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

background-color css

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

 a { background-color: rgb(179,162,250); }

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

border-color css

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

 span { border-color: rgb(179,162,250); }

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