Html Css Color HEX #B389D4 Biloba Flower

📋 copy color: '#B389D4'

red 179 ◦ green 137 ◦ blue 212

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

Shades of Biloba Flower #B389D4

Tints of Biloba Flower #B389D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 40.15%

R = 33.9%
G = 25.95%
B = 40.15%

CMYK

 C value IS 0.16

 M value IS 0.35

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B389D4 (or 0xB389D4) is known color: Biloba Flower. HEX triplet: B3, 89 and D4. RGB value is (179,137,212). Sum of RGB (Red+Green+Blue) = 179+137+212=528 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.90% from 528); Green value is 137 (53.91% from 255 or 25.95% from 528); Blue value is 212 (83.20% from 255 or 40.15% from 528); Max value from RGB is 212 - color contains mainly: blue. Hex color #B389D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B389D4 is #4C762B. Grayscale: #9D9D9D. Windows color (decimal): -5010988 or 13928883. OLE color: 13928883.

HSL color Cylindrical-coordinate representation of color #B389D4: hue angle of 273.6º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B389D4 is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 179 137 212 -
CMYK 0.16 0.35 0 0.17
HSL 273.6º 0.47% 0.68% -
HSV(B) 273.6º 0.35% 0.83% -
XYZ 39.42 32.23 66.43 -
YUV 158.11 158.41 142.9 -
System Red Green Blue C M Y K H S L
Decimal 179 137 212 0.16 0.35 0 0.17 273.6 0.47 0.68
Hex B3 89 D4 10 23 0 11 112 2F 44
Octal 263 211 324 20 43 0 21 422 57 104
Binary 10110011 10001001 11010100 10000 100011 0 10001 100010010 101111 1000100

Color Harmonies of #B389D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B389D4

Black with #B389D4

Text Example


Text Example

White with #B389D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B389D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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