Html Css Color HEX #B29EFE Melrose

📋 copy color: '#B29EFE'

red 178 ◦ green 158 ◦ blue 254

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

Shades of Melrose #B29EFE

Tints of Melrose #B29EFE

RGB

 RED value IS 178 (69.92% from 255) = 30.17%

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

 BLUE value IS 254 (99.61% from 255) = 43.05%

R = 30.17%
G = 26.78%
B = 43.05%

CMYK

 C value IS 0.30

 M value IS 0.38

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B29EFE (or 0xB29EFE) is known color: Melrose. HEX triplet: B2, 9E and FE. RGB value is (178,158,254). Sum of RGB (Red+Green+Blue) = 178+158+254=590 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.17% from 590); Green value is 158 (62.11% from 255 or 26.78% from 590); Blue value is 254 (99.61% from 255 or 43.05% from 590); Max value from RGB is 254 - color contains mainly: blue. Hex color #B29EFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B29EFE is #4D6101. Grayscale: #AEAEAE. Windows color (decimal): -5071106 or 16686770. OLE color: 16686770.

HSL color Cylindrical-coordinate representation of color #B29EFE: hue angle of 252.5º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B29EFE is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 178 158 254 -
CMYK 0.30 0.38 0 0.00
HSL 252.5º 0.98% 0.81% -
HSV(B) 252.5º 0.38% 1% -
XYZ 48.48 41.07 99.14 -
YUV 174.92 172.63 130.19 -
System Red Green Blue C M Y K H S L
Decimal 178 158 254 0.30 0.38 0 0.00 252.5 0.98 0.81
Hex B2 9E FE 1E 26 0 0 FD 62 51
Octal 262 236 376 36 46 0 0 375 142 121
Binary 10110010 10011110 11111110 11110 100110 0 0 11111101 1100010 1010001

Color Harmonies of #B29EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29EFE

Black with #B29EFE

Text Example


Text Example

White with #B29EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29EFE; }

 p { color: rgb(178,158,254); }

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

background-color css

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

 a { background-color: rgb(178,158,254); }

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

border-color css

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

 span { border-color: rgb(178,158,254); }

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