#b68ce2

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

Shades of Biloba Flower #B68CE2

Tints of Biloba Flower #B68CE2

Color information

#B68CE2 (or 0xB68CE2) is unknown color: approx Biloba Flower. HEX triplet: B6, 8C and E2. RGB value is (182,140,226). Sum of RGB (Red+Green+Blue) = 182+140+226=548 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.21% from 548); Green value is 140 (55.08% from 255 or 25.55% from 548); Blue value is 226 (88.67% from 255 or 41.24% from 548); Max value from RGB is 226 - color contains mainly: blue. Hex color #B68CE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68CE2 is #49731D. Grayscale: #A2A2A2. Windows color (decimal): -4813598 or 14847158. OLE color: 14847158.

HSL color Cylindrical-coordinate representation of color #B68CE2: hue angle of 269.3º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B68CE2 is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB182140226-
CMYK0.190.3800.11
HSL269.3º59.72%71.76%-
HSV(B)269.3º38.05%88.63%-
XYZ42.434.1976.32-
YUV162.36163.91142.01-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.21%
GREEN value IS 140 (55.08% from 255) = 25.55%
BLUE value IS 226 (88.67% from 255) = 41.24%
R=33.21%
G=25.55%
B=41.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1821402260.190.3800.11269.359.7271.76
HexB68CE213260B10d3c48
Octal266214342234601341574110
Binary10110110100011001110001010011100110010111000011011111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b68ce2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b68ce2; }

 p { color: rgb(182,140,226); }

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

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

 a { background-color: rgb(182,140,226); }

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

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

 span { border-color: rgb(182,140,226); }

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