Html Css Color HEX #B397F2 Biloba Flower

📋 copy color: '#B397F2'

red 179 ◦ green 151 ◦ blue 242

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

Shades of Biloba Flower #B397F2

Tints of Biloba Flower #B397F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 42.31%

R = 31.29%
G = 26.4%
B = 42.31%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B397F2 (or 0xB397F2) is known color: Biloba Flower. HEX triplet: B3, 97 and F2. RGB value is (179,151,242). Sum of RGB (Red+Green+Blue) = 179+151+242=572 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.29% from 572); Green value is 151 (59.38% from 255 or 26.40% from 572); Blue value is 242 (94.92% from 255 or 42.31% from 572); Max value from RGB is 242 - color contains mainly: blue. Hex color #B397F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B397F2 is #4C680D. Grayscale: #A9A9A9. Windows color (decimal): -5007374 or 15898547. OLE color: 15898547.

HSL color Cylindrical-coordinate representation of color #B397F2: hue angle of 258.46º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B397F2 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 179 151 242 -
CMYK 0.26 0.38 0 0.05
HSL 258.46º 0.78% 0.77% -
HSV(B) 258.46º 0.38% 0.95% -
XYZ 45.68 38.13 88.96 -
YUV 169.75 168.78 134.6 -
System Red Green Blue C M Y K H S L
Decimal 179 151 242 0.26 0.38 0 0.05 258.46 0.78 0.77
Hex B3 97 F2 1A 26 0 5 102 4E 4D
Octal 263 227 362 32 46 0 5 402 116 115
Binary 10110011 10010111 11110010 11010 100110 0 101 100000010 1001110 1001101

Color Harmonies of #B397F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B397F2

Black with #B397F2

Text Example


Text Example

White with #B397F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B397F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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