#B88CD7

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

Shades of Biloba Flower #B88CD7

Tints of Biloba Flower #B88CD7

Color information

#B88CD7 (or 0xB88CD7) is unknown color: approx Biloba Flower. HEX triplet: B8, 8C and D7. RGB value is (184,140,215). Sum of RGB (Red+Green+Blue) = 184+140+215=539 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.14% from 539); Green value is 140 (55.08% from 255 or 25.97% from 539); Blue value is 215 (84.38% from 255 or 39.89% from 539); Max value from RGB is 215 - color contains mainly: blue. Hex color #B88CD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88CD7 is #477328. Grayscale: #A1A1A1. Windows color (decimal): -4682537 or 14126264. OLE color: 14126264.

HSL color Cylindrical-coordinate representation of color #B88CD7: hue angle of 275.2º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B88CD7 is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB184140215-
CMYK0.140.3500.16
HSL275.2º48.39%69.61%-
HSV(B)275.2º34.88%84.31%-
XYZ41.4133.8568.64-
YUV161.71158.08143.9-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.14%
GREEN value IS 140 (55.08% from 255) = 25.97%
BLUE value IS 215 (84.38% from 255) = 39.89%
R=34.14%
G=25.97%
B=39.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1841402150.140.3500.16275.248.3969.61
HexB88CD7E230101133046
Octal270214327164302042360106
Binary10111000100011001101011111101000110100001000100111100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88CD7; }

 p { color: rgb(184,140,215); }

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

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

 a { background-color: rgb(184,140,215); }

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

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

 span { border-color: rgb(184,140,215); }

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