Html Css Color HEX #B7A5D7 Biloba Flower

📋 copy color: '#B7A5D7'

red 183 ◦ green 165 ◦ blue 215

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

Shades of Biloba Flower #B7A5D7

Tints of Biloba Flower #B7A5D7

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.31%

 BLUE value IS 215 (84.38% from 255) = 38.19%

R = 32.5%
G = 29.31%
B = 38.19%

CMYK

 C value IS 0.15

 M value IS 0.23

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B7A5D7 (or 0xB7A5D7) is known color: Biloba Flower. HEX triplet: B7, A5 and D7. RGB value is (183,165,215). Sum of RGB (Red+Green+Blue) = 183+165+215=563 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.50% from 563); Green value is 165 (64.84% from 255 or 29.31% from 563); Blue value is 215 (84.38% from 255 or 38.19% from 563); Max value from RGB is 215 - color contains mainly: blue. Hex color #B7A5D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A5D7 is #485A28. Grayscale: #AFAFAF. Windows color (decimal): -4741673 or 14132663. OLE color: 14132663.

HSL color Cylindrical-coordinate representation of color #B7A5D7: hue angle of 261.6º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B7A5D7 is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 183 165 215 -
CMYK 0.15 0.23 0 0.16
HSL 261.6º 0.38% 0.75% -
HSV(B) 261.6º 0.23% 0.84% -
XYZ 45.25 41.88 69.99 -
YUV 176.08 149.96 132.93 -
System Red Green Blue C M Y K H S L
Decimal 183 165 215 0.15 0.23 0 0.16 261.6 0.38 0.75
Hex B7 A5 D7 F 17 0 10 106 26 4B
Octal 267 245 327 17 27 0 20 406 46 113
Binary 10110111 10100101 11010111 1111 10111 0 10000 100000110 100110 1001011

Color Harmonies of #B7A5D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A5D7

Black with #B7A5D7

Text Example


Text Example

White with #B7A5D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A5D7; }

 p { color: rgb(183,165,215); }

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

background-color css

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

 a { background-color: rgb(183,165,215); }

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

border-color css

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

 span { border-color: rgb(183,165,215); }

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