Html Css Color HEX #B97DE1 Biloba Flower

📋 copy color: '#B97DE1'

red 185 ◦ green 125 ◦ blue 225

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

Shades of Biloba Flower #B97DE1

Tints of Biloba Flower #B97DE1

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.36%

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

R = 34.58%
G = 23.36%
B = 42.06%

CMYK

 C value IS 0.18

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B97DE1 (or 0xB97DE1) is known color: Biloba Flower. HEX triplet: B9, 7D and E1. RGB value is (185,125,225). Sum of RGB (Red+Green+Blue) = 185+125+225=535 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.58% from 535); Green value is 125 (49.22% from 255 or 23.36% from 535); Blue value is 225 (88.28% from 255 or 42.06% from 535); Max value from RGB is 225 - color contains mainly: blue. Hex color #B97DE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97DE1 is #46821E. Grayscale: #9A9A9A. Windows color (decimal): -4620831 or 14777785. OLE color: 14777785.

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

Color convert

RGB 185 125 225 -
CMYK 0.18 0.44 0 0.12
HSL 276º 0.63% 0.69% -
HSV(B) 276º 0.44% 0.88% -
XYZ 40.93 30.42 74.95 -
YUV 154.34 167.88 149.87 -
System Red Green Blue C M Y K H S L
Decimal 185 125 225 0.18 0.44 0 0.12 276 0.63 0.69
Hex B9 7D E1 12 2C 0 C 114 3E 45
Octal 271 175 341 22 54 0 14 424 76 105
Binary 10111001 1111101 11100001 10010 101100 0 1100 100010100 111110 1000101

Color Harmonies of #B97DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97DE1

Black with #B97DE1

Text Example


Text Example

White with #B97DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97DE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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