#B67FF1

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

Shades of Biloba Flower #B67FF1

Tints of Biloba Flower #B67FF1

Color information

#B67FF1 (or 0xB67FF1) is unknown color: approx Biloba Flower. HEX triplet: B6, 7F and F1. RGB value is (182,127,241). Sum of RGB (Red+Green+Blue) = 182+127+241=550 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.09% from 550); Green value is 127 (50% from 255 or 23.09% from 550); Blue value is 241 (94.53% from 255 or 43.82% from 550); Max value from RGB is 241 - color contains mainly: blue. Hex color #B67FF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B67FF1 is #49800E. Grayscale: #9C9C9C. Windows color (decimal): -4816911 or 15826870. OLE color: 15826870.

HSL color Cylindrical-coordinate representation of color #B67FF1: hue angle of 268.95º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B67FF1 is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB182127241-
CMYK0.240.4700.05
HSL268.95º80.28%72.16%-
HSV(B)268.95º47.3%94.51%-
XYZ42.7631.4787.04-
YUV156.44175.72146.23-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.09%
GREEN value IS 127 (50% from 255) = 23.09%
BLUE value IS 241 (94.53% from 255) = 43.82%
R=33.09%
G=23.09%
B=43.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1821272410.240.4700.05268.9580.2872.16
HexB67FF1182F0510d5048
Octal266177361305705415120110
Binary1011011011111111111000111000101111010110000110110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67FF1; }

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

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

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

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

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

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

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

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