Html Css Color HEX #B7A5F6 Melrose

📋 copy color: '#B7A5F6'

red 183 ◦ green 165 ◦ blue 246

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

Shades of Melrose #B7A5F6

Tints of Melrose #B7A5F6

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.78%

 BLUE value IS 246 (96.48% from 255) = 41.41%

R = 30.81%
G = 27.78%
B = 41.41%

CMYK

 C value IS 0.26

 M value IS 0.33

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B7A5F6 (or 0xB7A5F6) is known color: Melrose. HEX triplet: B7, A5 and F6. RGB value is (183,165,246). Sum of RGB (Red+Green+Blue) = 183+165+246=594 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.81% from 594); Green value is 165 (64.84% from 255 or 27.78% from 594); Blue value is 246 (96.48% from 255 or 41.41% from 594); Max value from RGB is 246 - color contains mainly: blue. Hex color #B7A5F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7A5F6 is #485A09. Grayscale: #B3B3B3. Windows color (decimal): -4741642 or 16164279. OLE color: 16164279.

HSL color Cylindrical-coordinate representation of color #B7A5F6: hue angle of 253.33º degrees, saturation: 0.82, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B7A5F6 is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 183 165 246 -
CMYK 0.26 0.33 0 0.04
HSL 253.33º 0.82% 0.81% -
HSV(B) 253.33º 0.33% 0.96% -
XYZ 49.62 43.63 93 -
YUV 179.62 165.46 130.41 -
System Red Green Blue C M Y K H S L
Decimal 183 165 246 0.26 0.33 0 0.04 253.33 0.82 0.81
Hex B7 A5 F6 1A 21 0 4 FD 52 51
Octal 267 245 366 32 41 0 4 375 122 121
Binary 10110111 10100101 11110110 11010 100001 0 100 11111101 1010010 1010001

Color Harmonies of #B7A5F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A5F6

Black with #B7A5F6

Text Example


Text Example

White with #B7A5F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A5F6; }

 p { color: rgb(183,165,246); }

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

background-color css

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

 a { background-color: rgb(183,165,246); }

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

border-color css

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

 span { border-color: rgb(183,165,246); }

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