Html Css Color HEX #B39EFD Melrose

📋 copy color: '#B39EFD'

red 179 ◦ green 158 ◦ blue 253

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

Shades of Melrose #B39EFD

Tints of Melrose #B39EFD

RGB

 RED value IS 179 (70.31% from 255) = 30.34%

 GREEN value IS 158 (62.11% from 255) = 26.78%

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

R = 30.34%
G = 26.78%
B = 42.88%

CMYK

 C value IS 0.29

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B39EFD (or 0xB39EFD) is known color: Melrose. HEX triplet: B3, 9E and FD. RGB value is (179,158,253). Sum of RGB (Red+Green+Blue) = 179+158+253=590 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.34% from 590); Green value is 158 (62.11% from 255 or 26.78% from 590); Blue value is 253 (99.22% from 255 or 42.88% from 590); Max value from RGB is 253 - color contains mainly: blue. Hex color #B39EFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B39EFD is #4C6102. Grayscale: #AEAEAE. Windows color (decimal): -5005571 or 16621235. OLE color: 16621235.

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

Color convert

RGB 179 158 253 -
CMYK 0.29 0.38 0 0.01
HSL 253.26º 0.96% 0.81% -
HSV(B) 253.26º 0.38% 0.99% -
XYZ 48.55 41.13 98.31 -
YUV 175.11 171.96 130.78 -
System Red Green Blue C M Y K H S L
Decimal 179 158 253 0.29 0.38 0 0.01 253.26 0.96 0.81
Hex B3 9E FD 1D 26 0 1 FD 60 51
Octal 263 236 375 35 46 0 1 375 140 121
Binary 10110011 10011110 11111101 11101 100110 0 1 11111101 1100000 1010001

Color Harmonies of #B39EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39EFD

Black with #B39EFD

Text Example


Text Example

White with #B39EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39EFD; }

 p { color: rgb(179,158,253); }

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

background-color css

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

 a { background-color: rgb(179,158,253); }

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

border-color css

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

 span { border-color: rgb(179,158,253); }

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