Html Css Color HEX #B97AE1 Biloba Flower

📋 copy color: '#B97AE1'

red 185 ◦ green 122 ◦ blue 225

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

Shades of Biloba Flower #B97AE1

Tints of Biloba Flower #B97AE1

RGB

 RED value IS 185 (72.66% from 255) = 34.77%

 GREEN value IS 122 (48.05% from 255) = 22.93%

 BLUE value IS 225 (88.28% from 255) = 42.29%

R = 34.77%
G = 22.93%
B = 42.29%

CMYK

 C value IS 0.18

 M value IS 0.46

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B97AE1 (or 0xB97AE1) is known color: Biloba Flower. HEX triplet: B9, 7A and E1. RGB value is (185,122,225). Sum of RGB (Red+Green+Blue) = 185+122+225=532 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.77% from 532); Green value is 122 (48.05% from 255 or 22.93% from 532); Blue value is 225 (88.28% from 255 or 42.29% from 532); Max value from RGB is 225 - color contains mainly: blue. Hex color #B97AE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97AE1 is #46851E. Grayscale: #989898. Windows color (decimal): -4621599 or 14777017. OLE color: 14777017.

HSL color Cylindrical-coordinate representation of color #B97AE1: hue angle of 276.7º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B97AE1 is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 185 122 225 -
CMYK 0.18 0.46 0 0.12
HSL 276.7º 0.63% 0.68% -
HSV(B) 276.7º 0.46% 0.88% -
XYZ 40.56 29.67 74.82 -
YUV 152.58 168.87 151.12 -
System Red Green Blue C M Y K H S L
Decimal 185 122 225 0.18 0.46 0 0.12 276.7 0.63 0.68
Hex B9 7A E1 12 2E 0 C 115 3F 44
Octal 271 172 341 22 56 0 14 425 77 104
Binary 10111001 1111010 11100001 10010 101110 0 1100 100010101 111111 1000100

Color Harmonies of #B97AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97AE1

Black with #B97AE1

Text Example


Text Example

White with #B97AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97AE1; }

 p { color: rgb(185,122,225); }

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

background-color css

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

 a { background-color: rgb(185,122,225); }

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

border-color css

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

 span { border-color: rgb(185,122,225); }

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