Html Css Color HEX #B7A6FA Melrose

📋 copy color: '#B7A6FA'

red 183 ◦ green 166 ◦ blue 250

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

Shades of Melrose #B7A6FA

Tints of Melrose #B7A6FA

RGB

 RED value IS 183 (71.88% from 255) = 30.55%

 GREEN value IS 166 (65.23% from 255) = 27.71%

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

R = 30.55%
G = 27.71%
B = 41.74%

CMYK

 C value IS 0.27

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B7A6FA (or 0xB7A6FA) is known color: Melrose. HEX triplet: B7, A6 and FA. RGB value is (183,166,250). Sum of RGB (Red+Green+Blue) = 183+166+250=599 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.55% from 599); Green value is 166 (65.23% from 255 or 27.71% from 599); Blue value is 250 (98.05% from 255 or 41.74% from 599); Max value from RGB is 250 - color contains mainly: blue. Hex color #B7A6FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7A6FA is #485905. Grayscale: #B4B4B4. Windows color (decimal): -4741382 or 16426679. OLE color: 16426679.

HSL color Cylindrical-coordinate representation of color #B7A6FA: hue angle of 252.14º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B7A6FA is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 183 166 250 -
CMYK 0.27 0.34 0 0.02
HSL 252.14º 0.89% 0.82% -
HSV(B) 252.14º 0.34% 0.98% -
XYZ 50.42 44.24 96.32 -
YUV 180.66 167.13 129.67 -
System Red Green Blue C M Y K H S L
Decimal 183 166 250 0.27 0.34 0 0.02 252.14 0.89 0.82
Hex B7 A6 FA 1B 22 0 2 FC 59 52
Octal 267 246 372 33 42 0 2 374 131 122
Binary 10110111 10100110 11111010 11011 100010 0 10 11111100 1011001 1010010

Color Harmonies of #B7A6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A6FA

Black with #B7A6FA

Text Example


Text Example

White with #B7A6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A6FA; }

 p { color: rgb(183,166,250); }

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

background-color css

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

 a { background-color: rgb(183,166,250); }

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

border-color css

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

 span { border-color: rgb(183,166,250); }

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