Html Css Color HEX #B395F1 Biloba Flower

📋 copy color: '#B395F1'

red 179 ◦ green 149 ◦ blue 241

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

Shades of Biloba Flower #B395F1

Tints of Biloba Flower #B395F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 42.36%

R = 31.46%
G = 26.19%
B = 42.36%

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

#B395F1 (or 0xB395F1) is known color: Biloba Flower. HEX triplet: B3, 95 and F1. RGB value is (179,149,241). Sum of RGB (Red+Green+Blue) = 179+149+241=569 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.46% from 569); Green value is 149 (58.59% from 255 or 26.19% from 569); Blue value is 241 (94.53% from 255 or 42.36% from 569); Max value from RGB is 241 - color contains mainly: blue. Hex color #B395F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B395F1 is #4C6A0E. Grayscale: #A8A8A8. Windows color (decimal): -5007887 or 15832499. OLE color: 15832499.

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

Color convert

RGB 179 149 241 -
CMYK 0.26 0.38 0 0.05
HSL 259.57º 0.77% 0.76% -
HSV(B) 259.57º 0.38% 0.95% -
XYZ 45.22 37.43 88.06 -
YUV 168.46 168.94 135.52 -
System Red Green Blue C M Y K H S L
Decimal 179 149 241 0.26 0.38 0 0.05 259.57 0.77 0.76
Hex B3 95 F1 1A 26 0 5 104 4D 4C
Octal 263 225 361 32 46 0 5 404 115 114
Binary 10110011 10010101 11110001 11010 100110 0 101 100000100 1001101 1001100

Color Harmonies of #B395F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B395F1

Black with #B395F1

Text Example


Text Example

White with #B395F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B395F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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