Html Css Color HEX #B97EDD Biloba Flower

📋 copy color: '#B97EDD'

red 185 ◦ green 126 ◦ blue 221

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

Shades of Biloba Flower #B97EDD

Tints of Biloba Flower #B97EDD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.68%

 BLUE value IS 221 (86.72% from 255) = 41.54%

R = 34.77%
G = 23.68%
B = 41.54%

CMYK

 C value IS 0.16

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B97EDD (or 0xB97EDD) is known color: Biloba Flower. HEX triplet: B9, 7E and DD. RGB value is (185,126,221). Sum of RGB (Red+Green+Blue) = 185+126+221=532 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.77% from 532); Green value is 126 (49.61% from 255 or 23.68% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #B97EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97EDD is #468122. Grayscale: #9A9A9A. Windows color (decimal): -4620579 or 14515897. OLE color: 14515897.

HSL color Cylindrical-coordinate representation of color #B97EDD: hue angle of 277.26º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B97EDD is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 126 221 -
CMYK 0.16 0.43 0 0.13
HSL 277.26º 0.58% 0.68% -
HSV(B) 277.26º 0.43% 0.87% -
XYZ 40.52 30.46 72.15 -
YUV 154.47 165.55 149.78 -
System Red Green Blue C M Y K H S L
Decimal 185 126 221 0.16 0.43 0 0.13 277.26 0.58 0.68
Hex B9 7E DD 10 2B 0 D 115 3A 44
Octal 271 176 335 20 53 0 15 425 72 104
Binary 10111001 1111110 11011101 10000 101011 0 1101 100010101 111010 1000100

Color Harmonies of #B97EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97EDD

Black with #B97EDD

Text Example


Text Example

White with #B97EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97EDD; }

 p { color: rgb(185,126,221); }

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

background-color css

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

 a { background-color: rgb(185,126,221); }

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

border-color css

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

 span { border-color: rgb(185,126,221); }

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