Html Css Color HEX #B8A3FF Melrose

📋 copy color: '#B8A3FF'

red 184 ◦ green 163 ◦ blue 255

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

Shades of Melrose #B8A3FF

Tints of Melrose #B8A3FF

RGB

 RED value IS 184 (72.27% from 255) = 30.56%

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

 BLUE value IS 255 (100% from 255) = 42.36%

R = 30.56%
G = 27.08%
B = 42.36%

CMYK

 C value IS 0.28

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B8A3FF (or 0xB8A3FF) is known color: Melrose. HEX triplet: B8, A3 and FF. RGB value is (184,163,255). Sum of RGB (Red+Green+Blue) = 184+163+255=602 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.56% from 602); Green value is 163 (64.06% from 255 or 27.08% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #B8A3FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8A3FF is #475C00. Grayscale: #B3B3B3. Windows color (decimal): -4676609 or 16753592. OLE color: 16753592.

HSL color Cylindrical-coordinate representation of color #B8A3FF: hue angle of 253.7º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B8A3FF is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 184 163 255 -
CMYK 0.28 0.36 0 0
HSL 253.7º 1% 0.82% -
HSV(B) 253.7º 0.36% 1% -
XYZ 50.91 43.6 100.34 -
YUV 179.77 170.46 131.02 -
System Red Green Blue C M Y K H S L
Decimal 184 163 255 0.28 0.36 0 0 253.7 1 0.82
Hex B8 A3 FF 1C 24 0 0 FE 64 52
Octal 270 243 377 34 44 0 0 376 144 122
Binary 10111000 10100011 11111111 11100 100100 0 0 11111110 1100100 1010010

Color Harmonies of #B8A3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A3FF

Black with #B8A3FF

Text Example


Text Example

White with #B8A3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A3FF; }

 p { color: rgb(184,163,255); }

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

background-color css

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

 a { background-color: rgb(184,163,255); }

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

border-color css

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

 span { border-color: rgb(184,163,255); }

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