#B995D2

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

Shades of Biloba Flower #B995D2

Tints of Biloba Flower #B995D2

Color information

#B995D2 (or 0xB995D2) is unknown color: approx Biloba Flower. HEX triplet: B9, 95 and D2. RGB value is (185,149,210). Sum of RGB (Red+Green+Blue) = 185+149+210=544 (72% of max value = 765). Red value is 185 (72.66% from 255 or 34.01% from 544); Green value is 149 (58.59% from 255 or 27.39% from 544); Blue value is 210 (82.42% from 255 or 38.60% from 544); Max value from RGB is 210 - color contains mainly: blue. Hex color #B995D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B995D2 is #466A2D. Grayscale: #A6A6A6. Windows color (decimal): -4614702 or 13800889. OLE color: 13800889.

HSL color Cylindrical-coordinate representation of color #B995D2: hue angle of 275.41º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B995D2 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB185149210-
CMYK0.120.2900.18
HSL275.41º40.4%70.39%-
HSV(B)275.41º29.05%82.35%-
XYZ42.3936.4665.78-
YUV166.72152.43141.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.01%
GREEN value IS 149 (58.59% from 255) = 27.39%
BLUE value IS 210 (82.42% from 255) = 38.60%
R=34.01%
G=27.39%
B=38.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1851492100.120.2900.18275.4140.470.39
HexB995D2C1D0121132846
Octal271225322143502242350106
Binary1011100110010101110100101100111010100101000100111010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B995D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B995D2; }

 p { color: rgb(185,149,210); }

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

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

 a { background-color: rgb(185,149,210); }

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

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

 span { border-color: rgb(185,149,210); }

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