#B183D8

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

Shades of Biloba Flower #B183D8

Tints of Biloba Flower #B183D8

Color information

#B183D8 (or 0xB183D8) is unknown color: approx Biloba Flower. HEX triplet: B1, 83 and D8. RGB value is (177,131,216). Sum of RGB (Red+Green+Blue) = 177+131+216=524 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.78% from 524); Green value is 131 (51.56% from 255 or 25% from 524); Blue value is 216 (84.77% from 255 or 41.22% from 524); Max value from RGB is 216 - color contains mainly: blue. Hex color #B183D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B183D8 is #4E7C27. Grayscale: #9A9A9A. Windows color (decimal): -5143592 or 14189489. OLE color: 14189489.

HSL color Cylindrical-coordinate representation of color #B183D8: hue angle of 272.47º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B183D8 is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB177131216-
CMYK0.180.3900.15
HSL272.47º52.15%68.04%-
HSV(B)272.47º39.35%84.71%-
XYZ38.6430.5468.82-
YUV154.44162.74144.09-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.78%
GREEN value IS 131 (51.56% from 255) = 25%
BLUE value IS 216 (84.77% from 255) = 41.22%
R=33.78%
G=25%
B=41.22%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1771312160.180.3900.15272.4752.1568.04
HexB183D812270F1103444
Octal261203330224701742064104
Binary10110001100000111101100010010100111011111000100001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B183D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B183D8; }

 p { color: rgb(177,131,216); }

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

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

 a { background-color: rgb(177,131,216); }

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

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

 span { border-color: rgb(177,131,216); }

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