Html Css Color HEX #B6A3ED Melrose

📋 copy color: '#B6A3ED'

red 182 ◦ green 163 ◦ blue 237

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

Shades of Melrose #B6A3ED

Tints of Melrose #B6A3ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.72%

R = 31.27%
G = 28.01%
B = 40.72%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B6A3ED (or 0xB6A3ED) is known color: Melrose. HEX triplet: B6, A3 and ED. RGB value is (182,163,237). Sum of RGB (Red+Green+Blue) = 182+163+237=582 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.27% from 582); Green value is 163 (64.06% from 255 or 28.01% from 582); Blue value is 237 (92.97% from 255 or 40.72% from 582); Max value from RGB is 237 - color contains mainly: blue. Hex color #B6A3ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6A3ED is #495C12. Grayscale: #B0B0B0. Windows color (decimal): -4807699 or 15573942. OLE color: 15573942.

HSL color Cylindrical-coordinate representation of color #B6A3ED: hue angle of 255.41º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B6A3ED is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 163 237 -
CMYK 0.23 0.31 0 0.07
HSL 255.41º 0.67% 0.78% -
HSV(B) 255.41º 0.31% 0.93% -
XYZ 47.67 42.25 85.76 -
YUV 177.12 161.79 131.48 -
System Red Green Blue C M Y K H S L
Decimal 182 163 237 0.23 0.31 0 0.07 255.41 0.67 0.78
Hex B6 A3 ED 17 1F 0 7 FF 43 4E
Octal 266 243 355 27 37 0 7 377 103 116
Binary 10110110 10100011 11101101 10111 11111 0 111 11111111 1000011 1001110

Color Harmonies of #B6A3ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A3ED

Black with #B6A3ED

Text Example


Text Example

White with #B6A3ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A3ED; }

 p { color: rgb(182,163,237); }

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

background-color css

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

 a { background-color: rgb(182,163,237); }

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

border-color css

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

 span { border-color: rgb(182,163,237); }

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