Html Css Color HEX #B397EC Biloba Flower

📋 copy color: '#B397EC'

red 179 ◦ green 151 ◦ blue 236

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

Shades of Biloba Flower #B397EC

Tints of Biloba Flower #B397EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.7%

R = 31.63%
G = 26.68%
B = 41.7%

CMYK

 C value IS 0.24

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B397EC (or 0xB397EC) is known color: Biloba Flower. HEX triplet: B3, 97 and EC. RGB value is (179,151,236). Sum of RGB (Red+Green+Blue) = 179+151+236=566 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.63% from 566); Green value is 151 (59.38% from 255 or 26.68% from 566); Blue value is 236 (92.58% from 255 or 41.70% from 566); Max value from RGB is 236 - color contains mainly: blue. Hex color #B397EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B397EC is #4C6813. Grayscale: #A8A8A8. Windows color (decimal): -5007380 or 15505331. OLE color: 15505331.

HSL color Cylindrical-coordinate representation of color #B397EC: hue angle of 259.76º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B397EC is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 151 236 -
CMYK 0.24 0.36 0 0.07
HSL 259.76º 0.69% 0.76% -
HSV(B) 259.76º 0.36% 0.93% -
XYZ 44.8 37.77 84.29 -
YUV 169.06 165.78 135.09 -
System Red Green Blue C M Y K H S L
Decimal 179 151 236 0.24 0.36 0 0.07 259.76 0.69 0.76
Hex B3 97 EC 18 24 0 7 104 45 4C
Octal 263 227 354 30 44 0 7 404 105 114
Binary 10110011 10010111 11101100 11000 100100 0 111 100000100 1000101 1001100

Color Harmonies of #B397EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B397EC

Black with #B397EC

Text Example


Text Example

White with #B397EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B397EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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