Html Css Color HEX #B4A8FD Melrose

📋 copy color: '#B4A8FD'

red 180 ◦ green 168 ◦ blue 253

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

Shades of Melrose #B4A8FD

Tints of Melrose #B4A8FD

RGB

 RED value IS 180 (70.7% from 255) = 29.95%

 GREEN value IS 168 (66.02% from 255) = 27.95%

 BLUE value IS 253 (99.22% from 255) = 42.1%

R = 29.95%
G = 27.95%
B = 42.1%

CMYK

 C value IS 0.29

 M value IS 0.34

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B4A8FD (or 0xB4A8FD) is known color: Melrose. HEX triplet: B4, A8 and FD. RGB value is (180,168,253). Sum of RGB (Red+Green+Blue) = 180+168+253=601 (79% of max value = 765). Red value is 180 (70.70% from 255 or 29.95% from 601); Green value is 168 (66.02% from 255 or 27.95% from 601); Blue value is 253 (99.22% from 255 or 42.10% from 601); Max value from RGB is 253 - color contains mainly: blue. Hex color #B4A8FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4A8FD is #4B5702. Grayscale: #B4B4B4. Windows color (decimal): -4937475 or 16623796. OLE color: 16623796.

HSL color Cylindrical-coordinate representation of color #B4A8FD: hue angle of 248.47º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B4A8FD is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 180 168 253 -
CMYK 0.29 0.34 0 0.01
HSL 248.47º 0.96% 0.83% -
HSV(B) 248.47º 0.34% 0.99% -
XYZ 50.55 44.8 98.91 -
YUV 181.28 168.48 127.09 -
System Red Green Blue C M Y K H S L
Decimal 180 168 253 0.29 0.34 0 0.01 248.47 0.96 0.83
Hex B4 A8 FD 1D 22 0 1 F8 60 53
Octal 264 250 375 35 42 0 1 370 140 123
Binary 10110100 10101000 11111101 11101 100010 0 1 11111000 1100000 1010011

Color Harmonies of #B4A8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A8FD

Black with #B4A8FD

Text Example


Text Example

White with #B4A8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A8FD; }

 p { color: rgb(180,168,253); }

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

background-color css

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

 a { background-color: rgb(180,168,253); }

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

border-color css

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

 span { border-color: rgb(180,168,253); }

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