#B68BFD

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

Shades of Biloba Flower #B68BFD

Tints of Biloba Flower #B68BFD

Color information

#B68BFD (or 0xB68BFD) is unknown color: approx Biloba Flower. HEX triplet: B6, 8B and FD. RGB value is (182,139,253). Sum of RGB (Red+Green+Blue) = 182+139+253=574 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.71% from 574); Green value is 139 (54.69% from 255 or 24.22% from 574); Blue value is 253 (99.22% from 255 or 44.08% from 574); Max value from RGB is 253 - color contains mainly: blue. Hex color #B68BFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68BFD is #497402. Grayscale: #A4A4A4. Windows color (decimal): -4813827 or 16616374. OLE color: 16616374.

HSL color Cylindrical-coordinate representation of color #B68BFD: hue angle of 262.63º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B68BFD is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB182139253-
CMYK0.280.4500.01
HSL262.63º96.61%76.86%-
HSV(B)262.63º45.06%99.22%-
XYZ46.2535.597.34-
YUV164.85177.75140.23-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.71%
GREEN value IS 139 (54.69% from 255) = 24.22%
BLUE value IS 253 (99.22% from 255) = 44.08%
R=31.71%
G=24.22%
B=44.08%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1821392530.280.4500.01262.6396.6176.86
HexB68BFD1C2D01107614d
Octal266213375345501407141115
Binary101101101000101111111101111001011010110000011111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68BFD; }

 p { color: rgb(182,139,253); }

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

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

 a { background-color: rgb(182,139,253); }

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

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

 span { border-color: rgb(182,139,253); }

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