#B192ED

Color #B192ED Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #B192ED

Tints of Biloba Flower #B192ED

Color information

#B192ED (or 0xB192ED) is unknown color: approx Biloba Flower. HEX triplet: B1, 92 and ED. RGB value is (177,146,237). Sum of RGB (Red+Green+Blue) = 177+146+237=560 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.61% from 560); Green value is 146 (57.42% from 255 or 26.07% from 560); Blue value is 237 (92.97% from 255 or 42.32% from 560); Max value from RGB is 237 - color contains mainly: blue. Hex color #B192ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B192ED is #4E6D12. Grayscale: #A5A5A5. Windows color (decimal): -5139731 or 15569585. OLE color: 15569585.

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

Color convert

RGB177146237-
CMYK0.250.3800.07
HSL260.44º71.65%75.1%-
HSV(B)260.44º38.4%92.94%-
XYZ43.736.0284.77-
YUV165.64168.27136.1-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.61%
GREEN value IS 146 (57.42% from 255) = 26.07%
BLUE value IS 237 (92.97% from 255) = 42.32%
R=31.61%
G=26.07%
B=42.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1771462370.250.3800.07260.4471.6575.1
HexB192ED192607104484b
Octal261222355314607404110113
Binary10110001100100101110110111001100110011110000010010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B192ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B192ED; }

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

 H1.HeaderClassName
 {
   color: #B192ED;
 }
 .AnyTagClassName
 {
   color: #B192ED;
 }
</style>
background-color css

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

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

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

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

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

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