Html Css Color HEX #B7A3F2 Melrose

📋 copy color: '#B7A3F2'

red 183 ◦ green 163 ◦ blue 242

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

Shades of Melrose #B7A3F2

Tints of Melrose #B7A3F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 41.16%

R = 31.12%
G = 27.72%
B = 41.16%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B7A3F2 (or 0xB7A3F2) is known color: Melrose. HEX triplet: B7, A3 and F2. RGB value is (183,163,242). Sum of RGB (Red+Green+Blue) = 183+163+242=588 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.12% from 588); Green value is 163 (64.06% from 255 or 27.72% from 588); Blue value is 242 (94.92% from 255 or 41.16% from 588); Max value from RGB is 242 - color contains mainly: blue. Hex color #B7A3F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7A3F2 is #485C0D. Grayscale: #B1B1B1. Windows color (decimal): -4742158 or 15901623. OLE color: 15901623.

HSL color Cylindrical-coordinate representation of color #B7A3F2: hue angle of 255.19º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B7A3F2 is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 183 163 242 -
CMYK 0.24 0.33 0 0.05
HSL 255.19º 0.75% 0.79% -
HSV(B) 255.19º 0.33% 0.95% -
XYZ 48.65 42.67 89.68 -
YUV 177.99 164.13 131.58 -
System Red Green Blue C M Y K H S L
Decimal 183 163 242 0.24 0.33 0 0.05 255.19 0.75 0.79
Hex B7 A3 F2 18 21 0 5 FF 4B 4F
Octal 267 243 362 30 41 0 5 377 113 117
Binary 10110111 10100011 11110010 11000 100001 0 101 11111111 1001011 1001111

Color Harmonies of #B7A3F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A3F2

Black with #B7A3F2

Text Example


Text Example

White with #B7A3F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A3F2; }

 p { color: rgb(183,163,242); }

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

background-color css

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

 a { background-color: rgb(183,163,242); }

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

border-color css

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

 span { border-color: rgb(183,163,242); }

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