Html Css Color HEX #B297F1 Biloba Flower

📋 copy color: '#B297F1'

red 178 ◦ green 151 ◦ blue 241

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

Shades of Biloba Flower #B297F1

Tints of Biloba Flower #B297F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 42.28%

R = 31.23%
G = 26.49%
B = 42.28%

CMYK

 C value IS 0.26

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B297F1 (or 0xB297F1) is known color: Biloba Flower. HEX triplet: B2, 97 and F1. RGB value is (178,151,241). Sum of RGB (Red+Green+Blue) = 178+151+241=570 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.23% from 570); Green value is 151 (59.38% from 255 or 26.49% from 570); Blue value is 241 (94.53% from 255 or 42.28% from 570); Max value from RGB is 241 - color contains mainly: blue. Hex color #B297F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B297F1 is #4D680E. Grayscale: #A8A8A8. Windows color (decimal): -5072911 or 15833010. OLE color: 15833010.

HSL color Cylindrical-coordinate representation of color #B297F1: hue angle of 258º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B297F1 is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 178 151 241 -
CMYK 0.26 0.37 0 0.05
HSL 258º 0.76% 0.77% -
HSV(B) 258º 0.37% 0.95% -
XYZ 45.3 37.95 88.16 -
YUV 169.33 168.45 134.18 -
System Red Green Blue C M Y K H S L
Decimal 178 151 241 0.26 0.37 0 0.05 258 0.76 0.77
Hex B2 97 F1 1A 25 0 5 102 4C 4D
Octal 262 227 361 32 45 0 5 402 114 115
Binary 10110010 10010111 11110001 11010 100101 0 101 100000010 1001100 1001101

Color Harmonies of #B297F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B297F1

Black with #B297F1

Text Example


Text Example

White with #B297F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B297F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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