Html Css Color HEX #B390D9 Biloba Flower

📋 copy color: '#B390D9'

red 179 ◦ green 144 ◦ blue 217

#B390D9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #B390D9

Tints of Biloba Flower #B390D9

RGB

 RED value IS 179 (70.31% from 255) = 33.15%

 GREEN value IS 144 (56.64% from 255) = 26.67%

 BLUE value IS 217 (85.16% from 255) = 40.19%

R = 33.15%
G = 26.67%
B = 40.19%

CMYK

 C value IS 0.18

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B390D9 (or 0xB390D9) is known color: Biloba Flower. HEX triplet: B3, 90 and D9. RGB value is (179,144,217). Sum of RGB (Red+Green+Blue) = 179+144+217=540 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.15% from 540); Green value is 144 (56.64% from 255 or 26.67% from 540); Blue value is 217 (85.16% from 255 or 40.19% from 540); Max value from RGB is 217 - color contains mainly: blue. Hex color #B390D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B390D9 is #4C6F26. Grayscale: #A2A2A2. Windows color (decimal): -5009191 or 14258355. OLE color: 14258355.

HSL color Cylindrical-coordinate representation of color #B390D9: hue angle of 268.77º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B390D9 is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 179 144 217 -
CMYK 0.18 0.34 0 0.15
HSL 268.77º 0.49% 0.71% -
HSV(B) 268.77º 0.34% 0.85% -
XYZ 41.09 34.54 70.15 -
YUV 162.79 158.6 139.56 -
System Red Green Blue C M Y K H S L
Decimal 179 144 217 0.18 0.34 0 0.15 268.77 0.49 0.71
Hex B3 90 D9 12 22 0 F 10D 31 47
Octal 263 220 331 22 42 0 17 415 61 107
Binary 10110011 10010000 11011001 10010 100010 0 1111 100001101 110001 1000111

Color Harmonies of #B390D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B390D9

Black with #B390D9

Text Example


Text Example

White with #B390D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B390D9; }

 p { color: rgb(179,144,217); }

 H1.HeaderClassName
 {
   color: #B390D9;
 }
 .AnyTagClassName
 {
   color: #B390D9;
 }
</style>

background-color css

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

 a { background-color: rgb(179,144,217); }

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

border-color css

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

 span { border-color: rgb(179,144,217); }

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