Html Css Color HEX #B7A2E4 Perfume

📋 copy color: '#B7A2E4'

red 183 ◦ green 162 ◦ blue 228

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

Shades of Perfume #B7A2E4

Tints of Perfume #B7A2E4

RGB

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

 GREEN value IS 162 (63.67% from 255) = 28.27%

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

R = 31.94%
G = 28.27%
B = 39.79%

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

#B7A2E4 (or 0xB7A2E4) is known color: Perfume. HEX triplet: B7, A2 and E4. RGB value is (183,162,228). Sum of RGB (Red+Green+Blue) = 183+162+228=573 (75% of max value = 765). Red value is 183 (71.88% from 255 or 31.94% from 573); Green value is 162 (63.67% from 255 or 28.27% from 573); Blue value is 228 (89.45% from 255 or 39.79% from 573); Max value from RGB is 228 - color contains mainly: blue. Hex color #B7A2E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A2E4 is #485D1B. Grayscale: #AFAFAF. Windows color (decimal): -4742428 or 14983863. OLE color: 14983863.

HSL color Cylindrical-coordinate representation of color #B7A2E4: hue angle of 259.09º 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 #B7A2E4 is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 183 162 228 -
CMYK 0.20 0.29 0 0.11
HSL 259.09º 0.55% 0.76% -
HSV(B) 259.09º 0.29% 0.89% -
XYZ 46.45 41.51 78.96 -
YUV 175.8 157.46 133.13 -
System Red Green Blue C M Y K H S L
Decimal 183 162 228 0.20 0.29 0 0.11 259.09 0.55 0.76
Hex B7 A2 E4 14 1D 0 B 103 37 4C
Octal 267 242 344 24 35 0 13 403 67 114
Binary 10110111 10100010 11100100 10100 11101 0 1011 100000011 110111 1001100

Color Harmonies of #B7A2E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A2E4

Black with #B7A2E4

Text Example


Text Example

White with #B7A2E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A2E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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