Html Css Color HEX #B395E8 Biloba Flower

📋 copy color: '#B395E8'

red 179 ◦ green 149 ◦ blue 232

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

Shades of Biloba Flower #B395E8

Tints of Biloba Flower #B395E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 41.43%

R = 31.96%
G = 26.61%
B = 41.43%

CMYK

 C value IS 0.23

 M value IS 0.36

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B395E8 (or 0xB395E8) is known color: Biloba Flower. HEX triplet: B3, 95 and E8. RGB value is (179,149,232). Sum of RGB (Red+Green+Blue) = 179+149+232=560 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.96% from 560); Green value is 149 (58.59% from 255 or 26.61% from 560); Blue value is 232 (91.02% from 255 or 41.43% from 560); Max value from RGB is 232 - color contains mainly: blue. Hex color #B395E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B395E8 is #4C6A17. Grayscale: #A7A7A7. Windows color (decimal): -5007896 or 15242675. OLE color: 15242675.

HSL color Cylindrical-coordinate representation of color #B395E8: hue angle of 261.69º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B395E8 is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 179 149 232 -
CMYK 0.23 0.36 0 0.09
HSL 261.69º 0.64% 0.75% -
HSV(B) 261.69º 0.36% 0.91% -
XYZ 43.9 36.9 81.15 -
YUV 167.43 164.44 136.25 -
System Red Green Blue C M Y K H S L
Decimal 179 149 232 0.23 0.36 0 0.09 261.69 0.64 0.75
Hex B3 95 E8 17 24 0 9 106 40 4B
Octal 263 225 350 27 44 0 11 406 100 113
Binary 10110011 10010101 11101000 10111 100100 0 1001 100000110 1000000 1001011

Color Harmonies of #B395E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B395E8

Black with #B395E8

Text Example


Text Example

White with #B395E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B395E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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