Html Css Color HEX #B397FA Biloba Flower

📋 copy color: '#B397FA'

red 179 ◦ green 151 ◦ blue 250

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

Shades of Biloba Flower #B397FA

Tints of Biloba Flower #B397FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.1%

R = 30.86%
G = 26.03%
B = 43.1%

CMYK

 C value IS 0.28

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B397FA (or 0xB397FA) is known color: Biloba Flower. HEX triplet: B3, 97 and FA. RGB value is (179,151,250). Sum of RGB (Red+Green+Blue) = 179+151+250=580 (76% of max value = 765). Red value is 179 (70.31% from 255 or 30.86% from 580); Green value is 151 (59.38% from 255 or 26.03% from 580); Blue value is 250 (98.05% from 255 or 43.10% from 580); Max value from RGB is 250 - color contains mainly: blue. Hex color #B397FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B397FA is #4C6805. Grayscale: #AAAAAA. Windows color (decimal): -5007366 or 16422835. OLE color: 16422835.

HSL color Cylindrical-coordinate representation of color #B397FA: hue angle of 256.97º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B397FA is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 179 151 250 -
CMYK 0.28 0.40 0 0.02
HSL 256.97º 0.91% 0.79% -
HSV(B) 256.97º 0.4% 0.98% -
XYZ 46.91 38.62 95.42 -
YUV 170.66 172.78 133.95 -
System Red Green Blue C M Y K H S L
Decimal 179 151 250 0.28 0.40 0 0.02 256.97 0.91 0.79
Hex B3 97 FA 1C 28 0 2 101 5B 4F
Octal 263 227 372 34 50 0 2 401 133 117
Binary 10110011 10010111 11111010 11100 101000 0 10 100000001 1011011 1001111

Color Harmonies of #B397FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B397FA

Black with #B397FA

Text Example


Text Example

White with #B397FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B397FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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