Html Css Color HEX #B395E1 Biloba Flower

📋 copy color: '#B395E1'

red 179 ◦ green 149 ◦ blue 225

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

Shades of Biloba Flower #B395E1

Tints of Biloba Flower #B395E1

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.94%

 BLUE value IS 225 (88.28% from 255) = 40.69%

R = 32.37%
G = 26.94%
B = 40.69%

CMYK

 C value IS 0.20

 M value IS 0.34

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B395E1 (or 0xB395E1) is known color: Biloba Flower. HEX triplet: B3, 95 and E1. RGB value is (179,149,225). Sum of RGB (Red+Green+Blue) = 179+149+225=553 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.37% from 553); Green value is 149 (58.59% from 255 or 26.94% from 553); Blue value is 225 (88.28% from 255 or 40.69% from 553); Max value from RGB is 225 - color contains mainly: blue. Hex color #B395E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B395E1 is #4C6A1E. Grayscale: #A6A6A6. Windows color (decimal): -5007903 or 14783923. OLE color: 14783923.

HSL color Cylindrical-coordinate representation of color #B395E1: hue angle of 263.68º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B395E1 is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 179 149 225 -
CMYK 0.20 0.34 0 0.12
HSL 263.68º 0.56% 0.73% -
HSV(B) 263.68º 0.34% 0.88% -
XYZ 42.93 36.51 76.02 -
YUV 166.63 160.94 136.82 -
System Red Green Blue C M Y K H S L
Decimal 179 149 225 0.20 0.34 0 0.12 263.68 0.56 0.73
Hex B3 95 E1 14 22 0 C 108 38 49
Octal 263 225 341 24 42 0 14 410 70 111
Binary 10110011 10010101 11100001 10100 100010 0 1100 100001000 111000 1001001

Color Harmonies of #B395E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B395E1

Black with #B395E1

Text Example


Text Example

White with #B395E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B395E1; }

 p { color: rgb(179,149,225); }

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

background-color css

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

 a { background-color: rgb(179,149,225); }

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

border-color css

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

 span { border-color: rgb(179,149,225); }

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