#B692F1

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

Shades of Biloba Flower #B692F1

Tints of Biloba Flower #B692F1

Color information

#B692F1 (or 0xB692F1) is unknown color: approx Biloba Flower. HEX triplet: B6, 92 and F1. RGB value is (182,146,241). Sum of RGB (Red+Green+Blue) = 182+146+241=569 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.99% from 569); Green value is 146 (57.42% from 255 or 25.66% from 569); Blue value is 241 (94.53% from 255 or 42.36% from 569); Max value from RGB is 241 - color contains mainly: blue. Hex color #B692F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B692F1 is #496D0E. Grayscale: #A7A7A7. Windows color (decimal): -4812047 or 15831734. OLE color: 15831734.

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

Color convert

RGB182146241-
CMYK0.240.3900.05
HSL262.74º77.24%75.88%-
HSV(B)262.74º39.42%94.51%-
XYZ45.4536.8587.94-
YUV167.59169.43138.28-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.99%
GREEN value IS 146 (57.42% from 255) = 25.66%
BLUE value IS 241 (94.53% from 255) = 42.36%
R=31.99%
G=25.66%
B=42.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1821462410.240.3900.05262.7477.2475.88
HexB692F11827051074d4c
Octal266222361304705407115114
Binary10110110100100101111000111000100111010110000011110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B692F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B692F1; }

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

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

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

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

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

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

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

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