Html Css Color HEX #B389DD Biloba Flower

📋 copy color: '#B389DD'

red 179 ◦ green 137 ◦ blue 221

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

Shades of Biloba Flower #B389DD

Tints of Biloba Flower #B389DD

RGB

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

 GREEN value IS 137 (53.91% from 255) = 25.51%

 BLUE value IS 221 (86.72% from 255) = 41.15%

R = 33.33%
G = 25.51%
B = 41.15%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B389DD (or 0xB389DD) is known color: Biloba Flower. HEX triplet: B3, 89 and DD. RGB value is (179,137,221). Sum of RGB (Red+Green+Blue) = 179+137+221=537 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.33% from 537); Green value is 137 (53.91% from 255 or 25.51% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #B389DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B389DD is #4C7622. Grayscale: #9E9E9E. Windows color (decimal): -5010979 or 14518707. OLE color: 14518707.

HSL color Cylindrical-coordinate representation of color #B389DD: hue angle of 270º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B389DD is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 137 221 -
CMYK 0.19 0.38 0 0.13
HSL 270º 0.55% 0.7% -
HSV(B) 270º 0.38% 0.87% -
XYZ 40.59 32.7 72.58 -
YUV 159.13 162.91 142.17 -
System Red Green Blue C M Y K H S L
Decimal 179 137 221 0.19 0.38 0 0.13 270 0.55 0.7
Hex B3 89 DD 13 26 0 D 10E 37 46
Octal 263 211 335 23 46 0 15 416 67 106
Binary 10110011 10001001 11011101 10011 100110 0 1101 100001110 110111 1000110

Color Harmonies of #B389DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B389DD

Black with #B389DD

Text Example


Text Example

White with #B389DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B389DD; }

 p { color: rgb(179,137,221); }

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

background-color css

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

 a { background-color: rgb(179,137,221); }

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

border-color css

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

 span { border-color: rgb(179,137,221); }

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