Html Css Color HEX #B297E0 Biloba Flower

📋 copy color: '#B297E0'

red 178 ◦ green 151 ◦ blue 224

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

Shades of Biloba Flower #B297E0

Tints of Biloba Flower #B297E0

RGB

 RED value IS 178 (69.92% from 255) = 32.19%

 GREEN value IS 151 (59.38% from 255) = 27.31%

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

R = 32.19%
G = 27.31%
B = 40.51%

CMYK

 C value IS 0.21

 M value IS 0.33

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B297E0 (or 0xB297E0) is known color: Biloba Flower. HEX triplet: B2, 97 and E0. RGB value is (178,151,224). Sum of RGB (Red+Green+Blue) = 178+151+224=553 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.19% from 553); Green value is 151 (59.38% from 255 or 27.31% from 553); Blue value is 224 (87.89% from 255 or 40.51% from 553); Max value from RGB is 224 - color contains mainly: blue. Hex color #B297E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B297E0 is #4D681F. Grayscale: #A7A7A7. Windows color (decimal): -5072928 or 14718898. OLE color: 14718898.

HSL color Cylindrical-coordinate representation of color #B297E0: hue angle of 262.19º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B297E0 is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 178 151 224 -
CMYK 0.21 0.33 0 0.12
HSL 262.19º 0.54% 0.74% -
HSV(B) 262.19º 0.33% 0.88% -
XYZ 42.88 36.98 75.4 -
YUV 167.4 159.95 135.56 -
System Red Green Blue C M Y K H S L
Decimal 178 151 224 0.21 0.33 0 0.12 262.19 0.54 0.74
Hex B2 97 E0 15 21 0 C 106 36 4A
Octal 262 227 340 25 41 0 14 406 66 112
Binary 10110010 10010111 11100000 10101 100001 0 1100 100000110 110110 1001010

Color Harmonies of #B297E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B297E0

Black with #B297E0

Text Example


Text Example

White with #B297E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B297E0; }

 p { color: rgb(178,151,224); }

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

background-color css

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

 a { background-color: rgb(178,151,224); }

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

border-color css

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

 span { border-color: rgb(178,151,224); }

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