Html Css Color HEX #B6A1F5 Melrose

📋 copy color: '#B6A1F5'

red 182 ◦ green 161 ◦ blue 245

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

Shades of Melrose #B6A1F5

Tints of Melrose #B6A1F5

RGB

 RED value IS 182 (71.48% from 255) = 30.95%

 GREEN value IS 161 (63.28% from 255) = 27.38%

 BLUE value IS 245 (96.09% from 255) = 41.67%

R = 30.95%
G = 27.38%
B = 41.67%

CMYK

 C value IS 0.26

 M value IS 0.34

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B6A1F5 (or 0xB6A1F5) is known color: Melrose. HEX triplet: B6, A1 and F5. RGB value is (182,161,245). Sum of RGB (Red+Green+Blue) = 182+161+245=588 (77% of max value = 765). Red value is 182 (71.48% from 255 or 30.95% from 588); Green value is 161 (63.28% from 255 or 27.38% from 588); Blue value is 245 (96.09% from 255 or 41.67% from 588); Max value from RGB is 245 - color contains mainly: blue. Hex color #B6A1F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6A1F5 is #495E0A. Grayscale: #B0B0B0. Windows color (decimal): -4808203 or 16097718. OLE color: 16097718.

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

Color convert

RGB 182 161 245 -
CMYK 0.26 0.34 0 0.04
HSL 255º 0.81% 0.8% -
HSV(B) 255º 0.34% 0.96% -
XYZ 48.52 42.03 91.94 -
YUV 176.86 166.46 131.67 -
System Red Green Blue C M Y K H S L
Decimal 182 161 245 0.26 0.34 0 0.04 255 0.81 0.8
Hex B6 A1 F5 1A 22 0 4 FF 51 50
Octal 266 241 365 32 42 0 4 377 121 120
Binary 10110110 10100001 11110101 11010 100010 0 100 11111111 1010001 1010000

Color Harmonies of #B6A1F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A1F5

Black with #B6A1F5

Text Example


Text Example

White with #B6A1F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A1F5; }

 p { color: rgb(182,161,245); }

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

background-color css

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

 a { background-color: rgb(182,161,245); }

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

border-color css

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

 span { border-color: rgb(182,161,245); }

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