#B381DC

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

Shades of Biloba Flower #B381DC

Tints of Biloba Flower #B381DC

Color information

#B381DC (or 0xB381DC) is unknown color: approx Biloba Flower. HEX triplet: B3, 81 and DC. RGB value is (179,129,220). Sum of RGB (Red+Green+Blue) = 179+129+220=528 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.90% from 528); Green value is 129 (50.78% from 255 or 24.43% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 220 - color contains mainly: blue. Hex color #B381DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B381DC is #4C7E23. Grayscale: #9A9A9A. Windows color (decimal): -5013028 or 14451123. OLE color: 14451123.

HSL color Cylindrical-coordinate representation of color #B381DC: hue angle of 272.97º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B381DC is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB179129220-
CMYK0.190.4100.14
HSL272.97º56.52%68.43%-
HSV(B)272.97º41.36%86.27%-
XYZ39.3630.4571.51-
YUV154.32165.06145.6-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.90%
GREEN value IS 129 (50.78% from 255) = 24.43%
BLUE value IS 220 (86.33% from 255) = 41.67%
R=33.90%
G=24.43%
B=41.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1791292200.190.4100.14272.9756.5268.43
HexB381DC13290E1113944
Octal263201334235101642171104
Binary10110011100000011101110010011101001011101000100011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B381DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B381DC; }

 p { color: rgb(179,129,220); }

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

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

 a { background-color: rgb(179,129,220); }

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

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

 span { border-color: rgb(179,129,220); }

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