Html Css Color HEX #B97DE0 Biloba Flower

📋 copy color: '#B97DE0'

red 185 ◦ green 125 ◦ blue 224

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

Shades of Biloba Flower #B97DE0

Tints of Biloba Flower #B97DE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.95%

R = 34.64%
G = 23.41%
B = 41.95%

CMYK

 C value IS 0.17

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B97DE0 (or 0xB97DE0) is known color: Biloba Flower. HEX triplet: B9, 7D and E0. RGB value is (185,125,224). Sum of RGB (Red+Green+Blue) = 185+125+224=534 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.64% from 534); Green value is 125 (49.22% from 255 or 23.41% from 534); Blue value is 224 (87.89% from 255 or 41.95% from 534); Max value from RGB is 224 - color contains mainly: blue. Hex color #B97DE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97DE0 is #46821F. Grayscale: #999999. Windows color (decimal): -4620832 or 14712249. OLE color: 14712249.

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

Color convert

RGB 185 125 224 -
CMYK 0.17 0.44 0 0.12
HSL 276.36º 0.61% 0.68% -
HSV(B) 276.36º 0.44% 0.88% -
XYZ 40.8 30.36 74.23 -
YUV 154.23 167.38 149.95 -
System Red Green Blue C M Y K H S L
Decimal 185 125 224 0.17 0.44 0 0.12 276.36 0.61 0.68
Hex B9 7D E0 11 2C 0 C 114 3D 44
Octal 271 175 340 21 54 0 14 424 75 104
Binary 10111001 1111101 11100000 10001 101100 0 1100 100010100 111101 1000100

Color Harmonies of #B97DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97DE0

Black with #B97DE0

Text Example


Text Example

White with #B97DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97DE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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