Html Css Color HEX #B97DE7 Biloba Flower

📋 copy color: '#B97DE7'

red 185 ◦ green 125 ◦ blue 231

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

Shades of Biloba Flower #B97DE7

Tints of Biloba Flower #B97DE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 42.7%

R = 34.2%
G = 23.11%
B = 42.7%

CMYK

 C value IS 0.20

 M value IS 0.46

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B97DE7 (or 0xB97DE7) is known color: Biloba Flower. HEX triplet: B9, 7D and E7. RGB value is (185,125,231). Sum of RGB (Red+Green+Blue) = 185+125+231=541 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.20% from 541); Green value is 125 (49.22% from 255 or 23.11% from 541); Blue value is 231 (90.62% from 255 or 42.70% from 541); Max value from RGB is 231 - color contains mainly: blue. Hex color #B97DE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B97DE7 is #468218. Grayscale: #9A9A9A. Windows color (decimal): -4620825 or 15171001. OLE color: 15171001.

HSL color Cylindrical-coordinate representation of color #B97DE7: hue angle of 273.96º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B97DE7 is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 185 125 231 -
CMYK 0.20 0.46 0 0.09
HSL 273.96º 0.69% 0.7% -
HSV(B) 273.96º 0.46% 0.91% -
XYZ 41.77 30.75 79.34 -
YUV 155.02 170.88 149.38 -
System Red Green Blue C M Y K H S L
Decimal 185 125 231 0.20 0.46 0 0.09 273.96 0.69 0.7
Hex B9 7D E7 14 2E 0 9 112 45 46
Octal 271 175 347 24 56 0 11 422 105 106
Binary 10111001 1111101 11100111 10100 101110 0 1001 100010010 1000101 1000110

Color Harmonies of #B97DE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97DE7

Black with #B97DE7

Text Example


Text Example

White with #B97DE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97DE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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