Html Css Color HEX #B395EE Biloba Flower

📋 copy color: '#B395EE'

red 179 ◦ green 149 ◦ blue 238

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

Shades of Biloba Flower #B395EE

Tints of Biloba Flower #B395EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.05%

R = 31.63%
G = 26.33%
B = 42.05%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B395EE (or 0xB395EE) is known color: Biloba Flower. HEX triplet: B3, 95 and EE. RGB value is (179,149,238). Sum of RGB (Red+Green+Blue) = 179+149+238=566 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.63% from 566); Green value is 149 (58.59% from 255 or 26.33% from 566); Blue value is 238 (93.36% from 255 or 42.05% from 566); Max value from RGB is 238 - color contains mainly: blue. Hex color #B395EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B395EE is #4C6A11. Grayscale: #A7A7A7. Windows color (decimal): -5007890 or 15635891. OLE color: 15635891.

HSL color Cylindrical-coordinate representation of color #B395EE: hue angle of 260.22º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B395EE is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 149 238 -
CMYK 0.25 0.37 0 0.07
HSL 260.22º 0.72% 0.76% -
HSV(B) 260.22º 0.37% 0.93% -
XYZ 44.77 37.25 85.72 -
YUV 168.12 167.44 135.76 -
System Red Green Blue C M Y K H S L
Decimal 179 149 238 0.25 0.37 0 0.07 260.22 0.72 0.76
Hex B3 95 EE 19 25 0 7 104 48 4C
Octal 263 225 356 31 45 0 7 404 110 114
Binary 10110011 10010101 11101110 11001 100101 0 111 100000100 1001000 1001100

Color Harmonies of #B395EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B395EE

Black with #B395EE

Text Example


Text Example

White with #B395EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B395EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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