Html Css Color HEX #B397EE Biloba Flower

📋 copy color: '#B397EE'

red 179 ◦ green 151 ◦ blue 238

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

Shades of Biloba Flower #B397EE

Tints of Biloba Flower #B397EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.9%

R = 31.51%
G = 26.58%
B = 41.9%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B397EE (or 0xB397EE) is known color: Biloba Flower. HEX triplet: B3, 97 and EE. RGB value is (179,151,238). Sum of RGB (Red+Green+Blue) = 179+151+238=568 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.51% from 568); Green value is 151 (59.38% from 255 or 26.58% from 568); Blue value is 238 (93.36% from 255 or 41.90% from 568); Max value from RGB is 238 - color contains mainly: blue. Hex color #B397EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B397EE is #4C6811. Grayscale: #A8A8A8. Windows color (decimal): -5007378 or 15636403. OLE color: 15636403.

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

Color convert

RGB 179 151 238 -
CMYK 0.25 0.37 0 0.07
HSL 259.31º 0.72% 0.76% -
HSV(B) 259.31º 0.37% 0.93% -
XYZ 45.09 37.89 85.83 -
YUV 169.29 166.78 134.93 -
System Red Green Blue C M Y K H S L
Decimal 179 151 238 0.25 0.37 0 0.07 259.31 0.72 0.76
Hex B3 97 EE 19 25 0 7 103 48 4C
Octal 263 227 356 31 45 0 7 403 110 114
Binary 10110011 10010111 11101110 11001 100101 0 111 100000011 1001000 1001100

Color Harmonies of #B397EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B397EE

Black with #B397EE

Text Example


Text Example

White with #B397EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B397EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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