Html Css Color HEX #B97CE0 Biloba Flower

📋 copy color: '#B97CE0'

red 185 ◦ green 124 ◦ blue 224

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

Shades of Biloba Flower #B97CE0

Tints of Biloba Flower #B97CE0

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.26%

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

R = 34.71%
G = 23.26%
B = 42.03%

CMYK

 C value IS 0.17

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B97CE0 (or 0xB97CE0) is known color: Biloba Flower. HEX triplet: B9, 7C and E0. RGB value is (185,124,224). Sum of RGB (Red+Green+Blue) = 185+124+224=533 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.71% from 533); Green value is 124 (48.83% from 255 or 23.26% from 533); Blue value is 224 (87.89% from 255 or 42.03% from 533); Max value from RGB is 224 - color contains mainly: blue. Hex color #B97CE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97CE0 is #46831F. Grayscale: #999999. Windows color (decimal): -4621088 or 14711993. OLE color: 14711993.

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

Color convert

RGB 185 124 224 -
CMYK 0.17 0.45 0 0.12
HSL 276.6º 0.62% 0.68% -
HSV(B) 276.6º 0.45% 0.88% -
XYZ 40.67 30.11 74.19 -
YUV 153.64 167.71 150.37 -
System Red Green Blue C M Y K H S L
Decimal 185 124 224 0.17 0.45 0 0.12 276.6 0.62 0.68
Hex B9 7C E0 11 2D 0 C 115 3E 44
Octal 271 174 340 21 55 0 14 425 76 104
Binary 10111001 1111100 11100000 10001 101101 0 1100 100010101 111110 1000100

Color Harmonies of #B97CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97CE0

Black with #B97CE0

Text Example


Text Example

White with #B97CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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