Html Css Color HEX #B7A1E4 Perfume

📋 copy color: '#B7A1E4'

red 183 ◦ green 161 ◦ blue 228

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

Shades of Perfume #B7A1E4

Tints of Perfume #B7A1E4

RGB

 RED value IS 183 (71.88% from 255) = 31.99%

 GREEN value IS 161 (63.28% from 255) = 28.15%

 BLUE value IS 228 (89.45% from 255) = 39.86%

R = 31.99%
G = 28.15%
B = 39.86%

CMYK

 C value IS 0.20

 M value IS 0.29

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B7A1E4 (or 0xB7A1E4) is known color: Perfume. HEX triplet: B7, A1 and E4. RGB value is (183,161,228). Sum of RGB (Red+Green+Blue) = 183+161+228=572 (75% of max value = 765). Red value is 183 (71.88% from 255 or 31.99% from 572); Green value is 161 (63.28% from 255 or 28.15% from 572); Blue value is 228 (89.45% from 255 or 39.86% from 572); Max value from RGB is 228 - color contains mainly: blue. Hex color #B7A1E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A1E4 is #485E1B. Grayscale: #AEAEAE. Windows color (decimal): -4742684 or 14983607. OLE color: 14983607.

HSL color Cylindrical-coordinate representation of color #B7A1E4: hue angle of 259.7º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B7A1E4 is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 183 161 228 -
CMYK 0.20 0.29 0 0.11
HSL 259.7º 0.55% 0.76% -
HSV(B) 259.7º 0.29% 0.89% -
XYZ 46.28 41.16 78.9 -
YUV 175.22 157.79 133.55 -
System Red Green Blue C M Y K H S L
Decimal 183 161 228 0.20 0.29 0 0.11 259.7 0.55 0.76
Hex B7 A1 E4 14 1D 0 B 104 37 4C
Octal 267 241 344 24 35 0 13 404 67 114
Binary 10110111 10100001 11100100 10100 11101 0 1011 100000100 110111 1001100

Color Harmonies of #B7A1E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A1E4

Black with #B7A1E4

Text Example


Text Example

White with #B7A1E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A1E4; }

 p { color: rgb(183,161,228); }

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

background-color css

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

 a { background-color: rgb(183,161,228); }

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

border-color css

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

 span { border-color: rgb(183,161,228); }

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