Html Css Color HEX #B7A3DF Biloba Flower

📋 copy color: '#B7A3DF'

red 183 ◦ green 163 ◦ blue 223

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

Shades of Biloba Flower #B7A3DF

Tints of Biloba Flower #B7A3DF

RGB

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

 GREEN value IS 163 (64.06% from 255) = 28.65%

 BLUE value IS 223 (87.5% from 255) = 39.19%

R = 32.16%
G = 28.65%
B = 39.19%

CMYK

 C value IS 0.18

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B7A3DF (or 0xB7A3DF) is known color: Biloba Flower. HEX triplet: B7, A3 and DF. RGB value is (183,163,223). Sum of RGB (Red+Green+Blue) = 183+163+223=569 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.16% from 569); Green value is 163 (64.06% from 255 or 28.65% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 223 - color contains mainly: blue. Hex color #B7A3DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A3DF is #485C20. Grayscale: #AFAFAF. Windows color (decimal): -4742177 or 14656439. OLE color: 14656439.

HSL color Cylindrical-coordinate representation of color #B7A3DF: hue angle of 260º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B7A3DF is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 163 223 -
CMYK 0.18 0.27 0 0.13
HSL 260º 0.48% 0.76% -
HSV(B) 260º 0.27% 0.87% -
XYZ 45.94 41.59 75.42 -
YUV 175.82 154.63 133.12 -
System Red Green Blue C M Y K H S L
Decimal 183 163 223 0.18 0.27 0 0.13 260 0.48 0.76
Hex B7 A3 DF 12 1B 0 D 104 30 4C
Octal 267 243 337 22 33 0 15 404 60 114
Binary 10110111 10100011 11011111 10010 11011 0 1101 100000100 110000 1001100

Color Harmonies of #B7A3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A3DF

Black with #B7A3DF

Text Example


Text Example

White with #B7A3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A3DF; }

 p { color: rgb(183,163,223); }

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

background-color css

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

 a { background-color: rgb(183,163,223); }

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

border-color css

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

 span { border-color: rgb(183,163,223); }

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