Html Css Color HEX #B397DD Biloba Flower

📋 copy color: '#B397DD'

red 179 ◦ green 151 ◦ blue 221

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

Shades of Biloba Flower #B397DD

Tints of Biloba Flower #B397DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.11%

R = 32.49%
G = 27.4%
B = 40.11%

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

#B397DD (or 0xB397DD) is known color: Biloba Flower. HEX triplet: B3, 97 and DD. RGB value is (179,151,221). Sum of RGB (Red+Green+Blue) = 179+151+221=551 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.49% from 551); Green value is 151 (59.38% from 255 or 27.40% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #B397DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B397DD is #4C6822. Grayscale: #A7A7A7. Windows color (decimal): -5007395 or 14522291. OLE color: 14522291.

HSL color Cylindrical-coordinate representation of color #B397DD: hue angle of 264º degrees, saturation: 0.51, 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 #B397DD is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 151 221 -
CMYK 0.19 0.32 0 0.13
HSL 264º 0.51% 0.73% -
HSV(B) 264º 0.32% 0.87% -
XYZ 42.71 36.94 73.29 -
YUV 167.35 158.28 136.31 -
System Red Green Blue C M Y K H S L
Decimal 179 151 221 0.19 0.32 0 0.13 264 0.51 0.73
Hex B3 97 DD 13 20 0 D 108 33 49
Octal 263 227 335 23 40 0 15 410 63 111
Binary 10110011 10010111 11011101 10011 100000 0 1101 100001000 110011 1001001

Color Harmonies of #B397DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B397DD

Black with #B397DD

Text Example


Text Example

White with #B397DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B397DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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