Html Css Color HEX #B297FE Biloba Flower

📋 copy color: '#B297FE'

red 178 ◦ green 151 ◦ blue 254

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

Shades of Biloba Flower #B297FE

Tints of Biloba Flower #B297FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.57%

R = 30.53%
G = 25.9%
B = 43.57%

CMYK

 C value IS 0.30

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B297FE (or 0xB297FE) is known color: Biloba Flower. HEX triplet: B2, 97 and FE. RGB value is (178,151,254). Sum of RGB (Red+Green+Blue) = 178+151+254=583 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.53% from 583); Green value is 151 (59.38% from 255 or 25.90% from 583); Blue value is 254 (99.61% from 255 or 43.57% from 583); Max value from RGB is 254 - color contains mainly: blue. Hex color #B297FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B297FE is #4D6801. Grayscale: #AAAAAA. Windows color (decimal): -5072898 or 16684978. OLE color: 16684978.

HSL color Cylindrical-coordinate representation of color #B297FE: hue angle of 255.73º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B297FE is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 178 151 254 -
CMYK 0.30 0.41 0 0.00
HSL 255.73º 0.98% 0.79% -
HSV(B) 255.73º 0.41% 1% -
XYZ 47.32 38.75 98.75 -
YUV 170.82 174.95 133.12 -
System Red Green Blue C M Y K H S L
Decimal 178 151 254 0.30 0.41 0 0.00 255.73 0.98 0.79
Hex B2 97 FE 1E 29 0 0 100 62 4F
Octal 262 227 376 36 51 0 0 400 142 117
Binary 10110010 10010111 11111110 11110 101001 0 0 100000000 1100010 1001111

Color Harmonies of #B297FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B297FE

Black with #B297FE

Text Example


Text Example

White with #B297FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B297FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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