Html Css Color HEX #B397F1 Biloba Flower

📋 copy color: '#B397F1'

red 179 ◦ green 151 ◦ blue 241

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

Shades of Biloba Flower #B397F1

Tints of Biloba Flower #B397F1

RGB

 RED value IS 179 (70.31% from 255) = 31.35%

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

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

R = 31.35%
G = 26.44%
B = 42.21%

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

#B397F1 (or 0xB397F1) is known color: Biloba Flower. HEX triplet: B3, 97 and F1. RGB value is (179,151,241). Sum of RGB (Red+Green+Blue) = 179+151+241=571 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.35% from 571); Green value is 151 (59.38% from 255 or 26.44% from 571); Blue value is 241 (94.53% from 255 or 42.21% from 571); Max value from RGB is 241 - color contains mainly: blue. Hex color #B397F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B397F1 is #4C680E. Grayscale: #A9A9A9. Windows color (decimal): -5007375 or 15833011. OLE color: 15833011.

HSL color Cylindrical-coordinate representation of color #B397F1: hue angle of 258.67º 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 #B397F1 is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 179 151 241 -
CMYK 0.26 0.37 0 0.05
HSL 258.67º 0.76% 0.77% -
HSV(B) 258.67º 0.37% 0.95% -
XYZ 45.53 38.07 88.17 -
YUV 169.63 168.28 134.68 -
System Red Green Blue C M Y K H S L
Decimal 179 151 241 0.26 0.37 0 0.05 258.67 0.76 0.77
Hex B3 97 F1 1A 25 0 5 103 4C 4D
Octal 263 227 361 32 45 0 5 403 114 115
Binary 10110011 10010111 11110001 11010 100101 0 101 100000011 1001100 1001101

Color Harmonies of #B397F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B397F1

Black with #B397F1

Text Example


Text Example

White with #B397F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B397F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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