#B67EDD

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

Shades of Biloba Flower #B67EDD

Tints of Biloba Flower #B67EDD

Color information

#B67EDD (or 0xB67EDD) is unknown color: approx Biloba Flower. HEX triplet: B6, 7E and DD. RGB value is (182,126,221). Sum of RGB (Red+Green+Blue) = 182+126+221=529 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.40% from 529); Green value is 126 (49.61% from 255 or 23.82% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #B67EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67EDD is #498122. Grayscale: #999999. Windows color (decimal): -4817187 or 14515894. OLE color: 14515894.

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

Color convert

RGB182126221-
CMYK0.180.4300.13
HSL275.37º58.28%68.04%-
HSV(B)275.37º42.99%86.67%-
XYZ39.830.0972.12-
YUV153.57166.05148.28-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.40%
GREEN value IS 126 (49.61% from 255) = 23.82%
BLUE value IS 221 (86.72% from 255) = 41.78%
R=34.40%
G=23.82%
B=41.78%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1821262210.180.4300.13275.3758.2868.04
HexB67EDD122B0D1133a44
Octal266176335225301542372104
Binary1011011011111101101110110010101011011011000100111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67EDD; }

 p { color: rgb(182,126,221); }

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

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

 a { background-color: rgb(182,126,221); }

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

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

 span { border-color: rgb(182,126,221); }

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