Html Css Color HEX #B397CB Biloba Flower

📋 copy color: '#B397CB'

red 179 ◦ green 151 ◦ blue 203

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

Shades of Biloba Flower #B397CB

Tints of Biloba Flower #B397CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.09%

R = 33.58%
G = 28.33%
B = 38.09%

CMYK

 C value IS 0.12

 M value IS 0.26

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B397CB (or 0xB397CB) is known color: Biloba Flower. HEX triplet: B3, 97 and CB. RGB value is (179,151,203). Sum of RGB (Red+Green+Blue) = 179+151+203=533 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.58% from 533); Green value is 151 (59.38% from 255 or 28.33% from 533); Blue value is 203 (79.69% from 255 or 38.09% from 533); Max value from RGB is 203 - color contains mainly: blue. Hex color #B397CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B397CB is #4C6834. Grayscale: #A5A5A5. Windows color (decimal): -5007413 or 13342643. OLE color: 13342643.

HSL color Cylindrical-coordinate representation of color #B397CB: hue angle of 272.31º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B397CB is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 179 151 203 -
CMYK 0.12 0.26 0 0.20
HSL 272.31º 0.33% 0.69% -
HSV(B) 272.31º 0.26% 0.8% -
XYZ 40.44 36.03 61.32 -
YUV 165.3 149.28 137.77 -
System Red Green Blue C M Y K H S L
Decimal 179 151 203 0.12 0.26 0 0.20 272.31 0.33 0.69
Hex B3 97 CB C 1A 0 14 110 21 45
Octal 263 227 313 14 32 0 24 420 41 105
Binary 10110011 10010111 11001011 1100 11010 0 10100 100010000 100001 1000101

Color Harmonies of #B397CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B397CB

Black with #B397CB

Text Example


Text Example

White with #B397CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B397CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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