Html Css Color HEX #B97BDF Biloba Flower

📋 copy color: '#B97BDF'

red 185 ◦ green 123 ◦ blue 223

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

Shades of Biloba Flower #B97BDF

Tints of Biloba Flower #B97BDF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.16%

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

R = 34.84%
G = 23.16%
B = 42%

CMYK

 C value IS 0.17

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B97BDF (or 0xB97BDF) is known color: Biloba Flower. HEX triplet: B9, 7B and DF. RGB value is (185,123,223). Sum of RGB (Red+Green+Blue) = 185+123+223=531 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.84% from 531); Green value is 123 (48.44% from 255 or 23.16% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 223 - color contains mainly: blue. Hex color #B97BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97BDF is #468420. Grayscale: #989898. Windows color (decimal): -4621345 or 14646201. OLE color: 14646201.

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

Color convert

RGB 185 123 223 -
CMYK 0.17 0.45 0 0.13
HSL 277.2º 0.61% 0.68% -
HSV(B) 277.2º 0.45% 0.87% -
XYZ 40.41 29.81 73.44 -
YUV 152.94 167.54 150.87 -
System Red Green Blue C M Y K H S L
Decimal 185 123 223 0.17 0.45 0 0.13 277.2 0.61 0.68
Hex B9 7B DF 11 2D 0 D 115 3D 44
Octal 271 173 337 21 55 0 15 425 75 104
Binary 10111001 1111011 11011111 10001 101101 0 1101 100010101 111101 1000100

Color Harmonies of #B97BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97BDF

Black with #B97BDF

Text Example


Text Example

White with #B97BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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