Html Css Color HEX #B297FC Biloba Flower

📋 copy color: '#B297FC'

red 178 ◦ green 151 ◦ blue 252

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

Shades of Biloba Flower #B297FC

Tints of Biloba Flower #B297FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.37%

R = 30.64%
G = 25.99%
B = 43.37%

CMYK

 C value IS 0.29

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B297FC (or 0xB297FC) is known color: Biloba Flower. HEX triplet: B2, 97 and FC. RGB value is (178,151,252). Sum of RGB (Red+Green+Blue) = 178+151+252=581 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.64% from 581); Green value is 151 (59.38% from 255 or 25.99% from 581); Blue value is 252 (98.83% from 255 or 43.37% from 581); Max value from RGB is 252 - color contains mainly: blue. Hex color #B297FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B297FC is #4D6803. Grayscale: #AAAAAA. Windows color (decimal): -5072900 or 16553906. OLE color: 16553906.

HSL color Cylindrical-coordinate representation of color #B297FC: hue angle of 256.04º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B297FC is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 178 151 252 -
CMYK 0.29 0.40 0 0.01
HSL 256.04º 0.94% 0.79% -
HSV(B) 256.04º 0.4% 0.99% -
XYZ 47 38.63 97.07 -
YUV 170.59 173.95 133.29 -
System Red Green Blue C M Y K H S L
Decimal 178 151 252 0.29 0.40 0 0.01 256.04 0.94 0.79
Hex B2 97 FC 1D 28 0 1 100 5E 4F
Octal 262 227 374 35 50 0 1 400 136 117
Binary 10110010 10010111 11111100 11101 101000 0 1 100000000 1011110 1001111

Color Harmonies of #B297FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B297FC

Black with #B297FC

Text Example


Text Example

White with #B297FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B297FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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