Html Css Color HEX #B397EF Biloba Flower

📋 copy color: '#B397EF'

red 179 ◦ green 151 ◦ blue 239

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

Shades of Biloba Flower #B397EF

Tints of Biloba Flower #B397EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42%

R = 31.46%
G = 26.54%
B = 42%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B397EF (or 0xB397EF) is known color: Biloba Flower. HEX triplet: B3, 97 and EF. RGB value is (179,151,239). Sum of RGB (Red+Green+Blue) = 179+151+239=569 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.46% from 569); Green value is 151 (59.38% from 255 or 26.54% from 569); Blue value is 239 (93.75% from 255 or 42.00% from 569); Max value from RGB is 239 - color contains mainly: blue. Hex color #B397EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B397EF is #4C6810. Grayscale: #A9A9A9. Windows color (decimal): -5007377 or 15701939. OLE color: 15701939.

HSL color Cylindrical-coordinate representation of color #B397EF: hue angle of 259.09º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B397EF is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 179 151 239 -
CMYK 0.25 0.37 0 0.06
HSL 259.09º 0.73% 0.76% -
HSV(B) 259.09º 0.37% 0.94% -
XYZ 45.24 37.95 86.6 -
YUV 169.4 167.28 134.84 -
System Red Green Blue C M Y K H S L
Decimal 179 151 239 0.25 0.37 0 0.06 259.09 0.73 0.76
Hex B3 97 EF 19 25 0 6 103 49 4C
Octal 263 227 357 31 45 0 6 403 111 114
Binary 10110011 10010111 11101111 11001 100101 0 110 100000011 1001001 1001100

Color Harmonies of #B397EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B397EF

Black with #B397EF

Text Example


Text Example

White with #B397EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B397EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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