#B184FF

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

Shades of Biloba Flower #B184FF

Tints of Biloba Flower #B184FF

Color information

#B184FF (or 0xB184FF) is unknown color: approx Biloba Flower. HEX triplet: B1, 84 and FF. RGB value is (177,132,255). Sum of RGB (Red+Green+Blue) = 177+132+255=564 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.38% from 564); Green value is 132 (51.95% from 255 or 23.40% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #B184FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B184FF is #4E7B00. Grayscale: #9F9F9F. Windows color (decimal): -5143297 or 16745649. OLE color: 16745649.

HSL color Cylindrical-coordinate representation of color #B184FF: hue angle of 261.95º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B184FF is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB177132255-
CMYK0.310.4800
HSL261.95º100%75.88%-
HSV(B)261.95º48.24%100%-
XYZ44.4333.0798.65-
YUV159.48181.91140.5-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.38%
GREEN value IS 132 (51.95% from 255) = 23.40%
BLUE value IS 255 (100% from 255) = 45.21%
R=31.38%
G=23.40%
B=45.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1771322550.310.4800261.9510075.88
HexB184FF1F3000106644c
Octal261204377376000406144114
Binary101100011000010011111111111111100000010000011011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B184FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B184FF; }

 p { color: rgb(177,132,255); }

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

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

 a { background-color: rgb(177,132,255); }

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

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

 span { border-color: rgb(177,132,255); }

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