Html Css Color HEX #B97DDE Biloba Flower

📋 copy color: '#B97DDE'

red 185 ◦ green 125 ◦ blue 222

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

Shades of Biloba Flower #B97DDE

Tints of Biloba Flower #B97DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.73%

R = 34.77%
G = 23.5%
B = 41.73%

CMYK

 C value IS 0.17

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B97DDE (or 0xB97DDE) is known color: Biloba Flower. HEX triplet: B9, 7D and DE. RGB value is (185,125,222). Sum of RGB (Red+Green+Blue) = 185+125+222=532 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.77% from 532); Green value is 125 (49.22% from 255 or 23.50% from 532); Blue value is 222 (87.11% from 255 or 41.73% from 532); Max value from RGB is 222 - color contains mainly: blue. Hex color #B97DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97DDE is #468221. Grayscale: #999999. Windows color (decimal): -4620834 or 14581177. OLE color: 14581177.

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

Color convert

RGB 185 125 222 -
CMYK 0.17 0.44 0 0.13
HSL 277.11º 0.6% 0.68% -
HSV(B) 277.11º 0.44% 0.87% -
XYZ 40.53 30.26 72.81 -
YUV 154 166.38 150.11 -
System Red Green Blue C M Y K H S L
Decimal 185 125 222 0.17 0.44 0 0.13 277.11 0.6 0.68
Hex B9 7D DE 11 2C 0 D 115 3C 44
Octal 271 175 336 21 54 0 15 425 74 104
Binary 10111001 1111101 11011110 10001 101100 0 1101 100010101 111100 1000100

Color Harmonies of #B97DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97DDE

Black with #B97DDE

Text Example


Text Example

White with #B97DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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