Html Css Color HEX #B397DE Biloba Flower

📋 copy color: '#B397DE'

red 179 ◦ green 151 ◦ blue 222

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

Shades of Biloba Flower #B397DE

Tints of Biloba Flower #B397DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.22%

R = 32.43%
G = 27.36%
B = 40.22%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B397DE (or 0xB397DE) is known color: Biloba Flower. HEX triplet: B3, 97 and DE. RGB value is (179,151,222). Sum of RGB (Red+Green+Blue) = 179+151+222=552 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.43% from 552); Green value is 151 (59.38% from 255 or 27.36% from 552); Blue value is 222 (87.11% from 255 or 40.22% from 552); Max value from RGB is 222 - color contains mainly: blue. Hex color #B397DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B397DE is #4C6821. Grayscale: #A7A7A7. Windows color (decimal): -5007394 or 14587827. OLE color: 14587827.

HSL color Cylindrical-coordinate representation of color #B397DE: hue angle of 263.66º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B397DE is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 151 222 -
CMYK 0.19 0.32 0 0.13
HSL 263.66º 0.52% 0.73% -
HSV(B) 263.66º 0.32% 0.87% -
XYZ 42.84 36.99 73.99 -
YUV 167.47 158.78 136.23 -
System Red Green Blue C M Y K H S L
Decimal 179 151 222 0.19 0.32 0 0.13 263.66 0.52 0.73
Hex B3 97 DE 13 20 0 D 108 34 49
Octal 263 227 336 23 40 0 15 410 64 111
Binary 10110011 10010111 11011110 10011 100000 0 1101 100001000 110100 1001001

Color Harmonies of #B397DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B397DE

Black with #B397DE

Text Example


Text Example

White with #B397DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B397DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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