Html Css Color HEX #B389DA Biloba Flower

📋 copy color: '#B389DA'

red 179 ◦ green 137 ◦ blue 218

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

Shades of Biloba Flower #B389DA

Tints of Biloba Flower #B389DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.82%

R = 33.52%
G = 25.66%
B = 40.82%

CMYK

 C value IS 0.18

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B389DA (or 0xB389DA) is known color: Biloba Flower. HEX triplet: B3, 89 and DA. RGB value is (179,137,218). Sum of RGB (Red+Green+Blue) = 179+137+218=534 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.52% from 534); Green value is 137 (53.91% from 255 or 25.66% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 218 - color contains mainly: blue. Hex color #B389DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B389DA is #4C7625. Grayscale: #9E9E9E. Windows color (decimal): -5010982 or 14322099. OLE color: 14322099.

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

Color convert

RGB 179 137 218 -
CMYK 0.18 0.37 0 0.15
HSL 271.11º 0.52% 0.7% -
HSV(B) 271.11º 0.37% 0.85% -
XYZ 40.19 32.54 70.49 -
YUV 158.79 161.41 142.41 -
System Red Green Blue C M Y K H S L
Decimal 179 137 218 0.18 0.37 0 0.15 271.11 0.52 0.7
Hex B3 89 DA 12 25 0 F 10F 34 46
Octal 263 211 332 22 45 0 17 417 64 106
Binary 10110011 10001001 11011010 10010 100101 0 1111 100001111 110100 1000110

Color Harmonies of #B389DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B389DA

Black with #B389DA

Text Example


Text Example

White with #B389DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B389DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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