#B67FED

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

Shades of Biloba Flower #B67FED

Tints of Biloba Flower #B67FED

Color information

#B67FED (or 0xB67FED) is unknown color: approx Biloba Flower. HEX triplet: B6, 7F and ED. RGB value is (182,127,237). Sum of RGB (Red+Green+Blue) = 182+127+237=546 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.33% from 546); Green value is 127 (50% from 255 or 23.26% from 546); Blue value is 237 (92.97% from 255 or 43.41% from 546); Max value from RGB is 237 - color contains mainly: blue. Hex color #B67FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B67FED is #498012. Grayscale: #9B9B9B. Windows color (decimal): -4816915 or 15564726. OLE color: 15564726.

HSL color Cylindrical-coordinate representation of color #B67FED: hue angle of 270º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B67FED is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB182127237-
CMYK0.230.4600.07
HSL270º75.34%71.37%-
HSV(B)270º46.41%92.94%-
XYZ42.1731.2483.93-
YUV155.98173.72146.56-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.33%
GREEN value IS 127 (50% from 255) = 23.26%
BLUE value IS 237 (92.97% from 255) = 43.41%
R=33.33%
G=23.26%
B=43.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1821272370.230.4600.0727075.3471.37
HexB67FED172E0710e4b47
Octal266177355275607416113107
Binary1011011011111111110110110111101110011110000111010010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67FED; }

 p { color: rgb(182,127,237); }

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

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

 a { background-color: rgb(182,127,237); }

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

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

 span { border-color: rgb(182,127,237); }

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