Html Css Color HEX #B395FF Biloba Flower

📋 copy color: '#B395FF'

red 179 ◦ green 149 ◦ blue 255

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

Shades of Biloba Flower #B395FF

Tints of Biloba Flower #B395FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.74%

R = 30.7%
G = 25.56%
B = 43.74%

CMYK

 C value IS 0.30

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B395FF (or 0xB395FF) is known color: Biloba Flower. HEX triplet: B3, 95 and FF. RGB value is (179,149,255). Sum of RGB (Red+Green+Blue) = 179+149+255=583 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.70% from 583); Green value is 149 (58.59% from 255 or 25.56% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #B395FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B395FF is #4C6A00. Grayscale: #A9A9A9. Windows color (decimal): -5007873 or 16750003. OLE color: 16750003.

HSL color Cylindrical-coordinate representation of color #B395FF: hue angle of 256.98º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B395FF is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 179 149 255 -
CMYK 0.30 0.42 0 0
HSL 256.98º 1% 0.79% -
HSV(B) 256.98º 0.42% 1% -
XYZ 47.39 38.3 99.5 -
YUV 170.05 175.94 134.38 -
System Red Green Blue C M Y K H S L
Decimal 179 149 255 0.30 0.42 0 0 256.98 1 0.79
Hex B3 95 FF 1E 2A 0 0 101 64 4F
Octal 263 225 377 36 52 0 0 401 144 117
Binary 10110011 10010101 11111111 11110 101010 0 0 100000001 1100100 1001111

Color Harmonies of #B395FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B395FF

Black with #B395FF

Text Example


Text Example

White with #B395FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B395FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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