Html Css Color HEX #B97FDF Biloba Flower

📋 copy color: '#B97FDF'

red 185 ◦ green 127 ◦ blue 223

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

Shades of Biloba Flower #B97FDF

Tints of Biloba Flower #B97FDF

RGB

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

 GREEN value IS 127 (50% from 255) = 23.74%

 BLUE value IS 223 (87.5% from 255) = 41.68%

R = 34.58%
G = 23.74%
B = 41.68%

CMYK

 C value IS 0.17

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B97FDF (or 0xB97FDF) is known color: Biloba Flower. HEX triplet: B9, 7F and DF. RGB value is (185,127,223). Sum of RGB (Red+Green+Blue) = 185+127+223=535 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.58% from 535); Green value is 127 (50% from 255 or 23.74% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #B97FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97FDF is #468020. Grayscale: #9A9A9A. Windows color (decimal): -4620321 or 14647225. OLE color: 14647225.

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

Color convert

RGB 185 127 223 -
CMYK 0.17 0.43 0 0.13
HSL 276.25º 0.6% 0.69% -
HSV(B) 276.25º 0.43% 0.87% -
XYZ 40.92 30.82 73.6 -
YUV 155.29 166.22 149.19 -
System Red Green Blue C M Y K H S L
Decimal 185 127 223 0.17 0.43 0 0.13 276.25 0.6 0.69
Hex B9 7F DF 11 2B 0 D 114 3C 45
Octal 271 177 337 21 53 0 15 424 74 105
Binary 10111001 1111111 11011111 10001 101011 0 1101 100010100 111100 1000101

Color Harmonies of #B97FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97FDF

Black with #B97FDF

Text Example


Text Example

White with #B97FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97FDF; }

 p { color: rgb(185,127,223); }

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

background-color css

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

 a { background-color: rgb(185,127,223); }

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

border-color css

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

 span { border-color: rgb(185,127,223); }

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