#B68AFD

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

Shades of Biloba Flower #B68AFD

Tints of Biloba Flower #B68AFD

Color information

#B68AFD (or 0xB68AFD) is unknown color: approx Biloba Flower. HEX triplet: B6, 8A and FD. RGB value is (182,138,253). Sum of RGB (Red+Green+Blue) = 182+138+253=573 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.76% from 573); Green value is 138 (54.30% from 255 or 24.08% from 573); Blue value is 253 (99.22% from 255 or 44.15% from 573); Max value from RGB is 253 - color contains mainly: blue. Hex color #B68AFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68AFD is #497502. Grayscale: #A3A3A3. Windows color (decimal): -4814083 or 16616118. OLE color: 16616118.

HSL color Cylindrical-coordinate representation of color #B68AFD: hue angle of 262.96º 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 #B68AFD is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB182138253-
CMYK0.280.4500.01
HSL262.96º96.64%76.67%-
HSV(B)262.96º45.45%99.22%-
XYZ46.1135.2197.3-
YUV164.27178.08140.65-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.76%
GREEN value IS 138 (54.30% from 255) = 24.08%
BLUE value IS 253 (99.22% from 255) = 44.15%
R=31.76%
G=24.08%
B=44.15%

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
Decimal1821382530.280.4500.01262.9696.6476.67
HexB68AFD1C2D01107614d
Octal266212375345501407141115
Binary101101101000101011111101111001011010110000011111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68AFD; }

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

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

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

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

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

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

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

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