Html Css Color HEX #B395ED Biloba Flower

📋 copy color: '#B395ED'

red 179 ◦ green 149 ◦ blue 237

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

Shades of Biloba Flower #B395ED

Tints of Biloba Flower #B395ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.95%

R = 31.68%
G = 26.37%
B = 41.95%

CMYK

 C value IS 0.24

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B395ED (or 0xB395ED) is known color: Biloba Flower. HEX triplet: B3, 95 and ED. RGB value is (179,149,237). Sum of RGB (Red+Green+Blue) = 179+149+237=565 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.68% from 565); Green value is 149 (58.59% from 255 or 26.37% from 565); Blue value is 237 (92.97% from 255 or 41.95% from 565); Max value from RGB is 237 - color contains mainly: blue. Hex color #B395ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B395ED is #4C6A12. Grayscale: #A7A7A7. Windows color (decimal): -5007891 or 15570355. OLE color: 15570355.

HSL color Cylindrical-coordinate representation of color #B395ED: hue angle of 260.45º degrees, saturation: 0.71, 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 #B395ED is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 149 237 -
CMYK 0.24 0.37 0 0.07
HSL 260.45º 0.71% 0.76% -
HSV(B) 260.45º 0.37% 0.93% -
XYZ 44.62 37.19 84.95 -
YUV 168 166.94 135.84 -
System Red Green Blue C M Y K H S L
Decimal 179 149 237 0.24 0.37 0 0.07 260.45 0.71 0.76
Hex B3 95 ED 18 25 0 7 104 47 4C
Octal 263 225 355 30 45 0 7 404 107 114
Binary 10110011 10010101 11101101 11000 100101 0 111 100000100 1000111 1001100

Color Harmonies of #B395ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B395ED

Black with #B395ED

Text Example


Text Example

White with #B395ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B395ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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