#B68ADC

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

Shades of Biloba Flower #B68ADC

Tints of Biloba Flower #B68ADC

Color information

#B68ADC (or 0xB68ADC) is unknown color: approx Biloba Flower. HEX triplet: B6, 8A and DC. RGB value is (182,138,220). Sum of RGB (Red+Green+Blue) = 182+138+220=540 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.70% from 540); Green value is 138 (54.30% from 255 or 25.56% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #B68ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68ADC is #497523. Grayscale: #A0A0A0. Windows color (decimal): -4814116 or 14453430. OLE color: 14453430.

HSL color Cylindrical-coordinate representation of color #B68ADC: hue angle of 272.2º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B68ADC is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB182138220-
CMYK0.170.3700.14
HSL272.2º53.95%70.2%-
HSV(B)272.2º37.27%86.27%-
XYZ41.333.2971.96-
YUV160.5161.58143.33-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.70%
GREEN value IS 138 (54.30% from 255) = 25.56%
BLUE value IS 220 (86.33% from 255) = 40.74%
R=33.70%
G=25.56%
B=40.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1821382200.170.3700.14272.253.9570.2
HexB68ADC11250E1103646
Octal266212334214501642066106
Binary10110110100010101101110010001100101011101000100001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68ADC; }

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

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

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

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

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

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

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

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