Html Css Color HEX #B195ED Biloba Flower

📋 copy color: '#B195ED'

red 177 ◦ green 149 ◦ blue 237

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

Shades of Biloba Flower #B195ED

Tints of Biloba Flower #B195ED

RGB

 RED value IS 177 (69.53% from 255) = 31.44%

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

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

R = 31.44%
G = 26.47%
B = 42.1%

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

#B195ED (or 0xB195ED) is known color: Biloba Flower. HEX triplet: B1, 95 and ED. RGB value is (177,149,237). Sum of RGB (Red+Green+Blue) = 177+149+237=563 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.44% from 563); Green value is 149 (58.59% from 255 or 26.47% from 563); Blue value is 237 (92.97% from 255 or 42.10% from 563); Max value from RGB is 237 - color contains mainly: blue. Hex color #B195ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B195ED is #4E6A12. Grayscale: #A7A7A7. Windows color (decimal): -5138963 or 15570353. OLE color: 15570353.

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

Color convert

RGB 177 149 237 -
CMYK 0.25 0.37 0 0.07
HSL 259.09º 0.71% 0.76% -
HSV(B) 259.09º 0.37% 0.93% -
XYZ 44.16 36.96 84.93 -
YUV 167.4 167.28 134.84 -
System Red Green Blue C M Y K H S L
Decimal 177 149 237 0.25 0.37 0 0.07 259.09 0.71 0.76
Hex B1 95 ED 19 25 0 7 103 47 4C
Octal 261 225 355 31 45 0 7 403 107 114
Binary 10110001 10010101 11101101 11001 100101 0 111 100000011 1000111 1001100

Color Harmonies of #B195ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B195ED

Black with #B195ED

Text Example


Text Example

White with #B195ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B195ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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