#B781EA

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

Shades of Biloba Flower #B781EA

Tints of Biloba Flower #B781EA

Color information

#B781EA (or 0xB781EA) is unknown color: approx Biloba Flower. HEX triplet: B7, 81 and EA. RGB value is (183,129,234). Sum of RGB (Red+Green+Blue) = 183+129+234=546 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.52% from 546); Green value is 129 (50.78% from 255 or 23.63% from 546); Blue value is 234 (91.80% from 255 or 42.86% from 546); Max value from RGB is 234 - color contains mainly: blue. Hex color #B781EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B781EA is #487E15. Grayscale: #9C9C9C. Windows color (decimal): -4750870 or 15368631. OLE color: 15368631.

HSL color Cylindrical-coordinate representation of color #B781EA: hue angle of 270.86º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B781EA is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB183129234-
CMYK0.220.4500.08
HSL270.86º71.43%71.18%-
HSV(B)270.86º44.87%91.76%-
XYZ42.2331.7181.74-
YUV157.12171.39146.46-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.52%
GREEN value IS 129 (50.78% from 255) = 23.63%
BLUE value IS 234 (91.80% from 255) = 42.86%
R=33.52%
G=23.63%
B=42.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1831292340.220.4500.08270.8671.4371.18
HexB781EA162D0810f4747
Octal2672013522655010417107107
Binary101101111000000111101010101101011010100010000111110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B781EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B781EA; }

 p { color: rgb(183,129,234); }

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

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

 a { background-color: rgb(183,129,234); }

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

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

 span { border-color: rgb(183,129,234); }

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