#B67BE9

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

Shades of Biloba Flower #B67BE9

Tints of Biloba Flower #B67BE9

Color information

#B67BE9 (or 0xB67BE9) is unknown color: approx Biloba Flower. HEX triplet: B6, 7B and E9. RGB value is (182,123,233). Sum of RGB (Red+Green+Blue) = 182+123+233=538 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.83% from 538); Green value is 123 (48.44% from 255 or 22.86% from 538); Blue value is 233 (91.41% from 255 or 43.31% from 538); Max value from RGB is 233 - color contains mainly: blue. Hex color #B67BE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B67BE9 is #498416. Grayscale: #989898. Windows color (decimal): -4817943 or 15301558. OLE color: 15301558.

HSL color Cylindrical-coordinate representation of color #B67BE9: hue angle of 272.18º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B67BE9 is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB182123233-
CMYK0.220.4700.09
HSL272.18º71.43%69.8%-
HSV(B)272.18º47.21%91.37%-
XYZ41.0829.9980.71-
YUV153.18173.05148.56-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.83%
GREEN value IS 123 (48.44% from 255) = 22.86%
BLUE value IS 233 (91.41% from 255) = 43.31%
R=33.83%
G=22.86%
B=43.31%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1821232330.220.4700.09272.1871.4369.8
HexB67BE9162F091104746
Octal2661733512657011420107106
Binary10110110111101111101001101101011110100110001000010001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67BE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67BE9; }

 p { color: rgb(182,123,233); }

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

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

 a { background-color: rgb(182,123,233); }

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

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

 span { border-color: rgb(182,123,233); }

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