#b68fd2

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

Shades of Biloba Flower #B68FD2

Tints of Biloba Flower #B68FD2

Color information

#B68FD2 (or 0xB68FD2) is unknown color: approx Biloba Flower. HEX triplet: B6, 8F and D2. RGB value is (182,143,210). Sum of RGB (Red+Green+Blue) = 182+143+210=535 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.02% from 535); Green value is 143 (56.25% from 255 or 26.73% from 535); Blue value is 210 (82.42% from 255 or 39.25% from 535); Max value from RGB is 210 - color contains mainly: blue. Hex color #B68FD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68FD2 is #49702D. Grayscale: #A2A2A2. Windows color (decimal): -4812846 or 13799350. OLE color: 13799350.

HSL color Cylindrical-coordinate representation of color #B68FD2: hue angle of 274.93º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B68FD2 is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB182143210-
CMYK0.130.3200.18
HSL274.93º42.68%69.22%-
HSV(B)274.93º31.9%82.35%-
XYZ40.7534.2465.43-
YUV162.3154.92142.05-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.02%
GREEN value IS 143 (56.25% from 255) = 26.73%
BLUE value IS 210 (82.42% from 255) = 39.25%
R=34.02%
G=26.73%
B=39.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1821432100.130.3200.18274.9342.6869.22
HexB68FD2D200121132b45
Octal266217322154002242353105
Binary10110110100011111101001011011000000100101000100111010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b68fd2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b68fd2; }

 p { color: rgb(182,143,210); }

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

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

 a { background-color: rgb(182,143,210); }

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

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

 span { border-color: rgb(182,143,210); }

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