Html Css Color HEX #B195EC Biloba Flower

📋 copy color: '#B195EC'

red 177 ◦ green 149 ◦ blue 236

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

Shades of Biloba Flower #B195EC

Tints of Biloba Flower #B195EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.99%

R = 31.49%
G = 26.51%
B = 41.99%

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

#B195EC (or 0xB195EC) is known color: Biloba Flower. HEX triplet: B1, 95 and EC. RGB value is (177,149,236). Sum of RGB (Red+Green+Blue) = 177+149+236=562 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.49% from 562); Green value is 149 (58.59% from 255 or 26.51% from 562); Blue value is 236 (92.58% from 255 or 41.99% from 562); Max value from RGB is 236 - color contains mainly: blue. Hex color #B195EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B195EC is #4E6A13. Grayscale: #A6A6A6. Windows color (decimal): -5138964 or 15504817. OLE color: 15504817.

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

Color convert

RGB 177 149 236 -
CMYK 0.25 0.37 0 0.07
HSL 259.31º 0.7% 0.75% -
HSV(B) 259.31º 0.37% 0.93% -
XYZ 44.02 36.9 84.16 -
YUV 167.29 166.78 134.93 -
System Red Green Blue C M Y K H S L
Decimal 177 149 236 0.25 0.37 0 0.07 259.31 0.7 0.75
Hex B1 95 EC 19 25 0 7 103 46 4B
Octal 261 225 354 31 45 0 7 403 106 113
Binary 10110001 10010101 11101100 11001 100101 0 111 100000011 1000110 1001011

Color Harmonies of #B195EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B195EC

Black with #B195EC

Text Example


Text Example

White with #B195EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B195EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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