Html Css Color HEX #B397FF Biloba Flower

📋 copy color: '#B397FF'

red 179 ◦ green 151 ◦ blue 255

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

Shades of Biloba Flower #B397FF

Tints of Biloba Flower #B397FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.59%

R = 30.6%
G = 25.81%
B = 43.59%

CMYK

 C value IS 0.30

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B397FF (or 0xB397FF) is known color: Biloba Flower. HEX triplet: B3, 97 and FF. RGB value is (179,151,255). Sum of RGB (Red+Green+Blue) = 179+151+255=585 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.60% from 585); Green value is 151 (59.38% from 255 or 25.81% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #B397FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B397FF is #4C6800. Grayscale: #AAAAAA. Windows color (decimal): -5007361 or 16750515. OLE color: 16750515.

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

Color convert

RGB 179 151 255 -
CMYK 0.30 0.41 0 0
HSL 256.15º 1% 0.8% -
HSV(B) 256.15º 0.41% 1% -
XYZ 47.71 38.94 99.61 -
YUV 171.23 175.28 133.54 -
System Red Green Blue C M Y K H S L
Decimal 179 151 255 0.30 0.41 0 0 256.15 1 0.8
Hex B3 97 FF 1E 29 0 0 100 64 50
Octal 263 227 377 36 51 0 0 400 144 120
Binary 10110011 10010111 11111111 11110 101001 0 0 100000000 1100100 1010000

Color Harmonies of #B397FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B397FF

Black with #B397FF

Text Example


Text Example

White with #B397FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B397FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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