Html Css Color HEX #B397D3 Biloba Flower

📋 copy color: '#B397D3'

red 179 ◦ green 151 ◦ blue 211

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

Shades of Biloba Flower #B397D3

Tints of Biloba Flower #B397D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 39%

R = 33.09%
G = 27.91%
B = 39%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B397D3 (or 0xB397D3) is known color: Biloba Flower. HEX triplet: B3, 97 and D3. RGB value is (179,151,211). Sum of RGB (Red+Green+Blue) = 179+151+211=541 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.09% from 541); Green value is 151 (59.38% from 255 or 27.91% from 541); Blue value is 211 (82.81% from 255 or 39.00% from 541); Max value from RGB is 211 - color contains mainly: blue. Hex color #B397D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B397D3 is #4C682C. Grayscale: #A6A6A6. Windows color (decimal): -5007405 or 13866931. OLE color: 13866931.

HSL color Cylindrical-coordinate representation of color #B397D3: hue angle of 268º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B397D3 is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 179 151 211 -
CMYK 0.15 0.28 0 0.17
HSL 268º 0.41% 0.71% -
HSV(B) 268º 0.28% 0.83% -
XYZ 41.41 36.42 66.47 -
YUV 166.21 153.28 137.12 -
System Red Green Blue C M Y K H S L
Decimal 179 151 211 0.15 0.28 0 0.17 268 0.41 0.71
Hex B3 97 D3 F 1C 0 11 10C 29 47
Octal 263 227 323 17 34 0 21 414 51 107
Binary 10110011 10010111 11010011 1111 11100 0 10001 100001100 101001 1000111

Color Harmonies of #B397D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B397D3

Black with #B397D3

Text Example


Text Example

White with #B397D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B397D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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