Html Css Color HEX #B384D9 Biloba Flower

📋 copy color: '#B384D9'

red 179 ◦ green 132 ◦ blue 217

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

Shades of Biloba Flower #B384D9

Tints of Biloba Flower #B384D9

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25%

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

R = 33.9%
G = 25%
B = 41.1%

CMYK

 C value IS 0.18

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B384D9 (or 0xB384D9) is known color: Biloba Flower. HEX triplet: B3, 84 and D9. RGB value is (179,132,217). Sum of RGB (Red+Green+Blue) = 179+132+217=528 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.90% from 528); Green value is 132 (51.95% from 255 or 25% from 528); Blue value is 217 (85.16% from 255 or 41.10% from 528); Max value from RGB is 217 - color contains mainly: blue. Hex color #B384D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B384D9 is #4C7B26. Grayscale: #9B9B9B. Windows color (decimal): -5012263 or 14255283. OLE color: 14255283.

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

Color convert

RGB 179 132 217 -
CMYK 0.18 0.39 0 0.15
HSL 273.18º 0.53% 0.68% -
HSV(B) 273.18º 0.39% 0.85% -
XYZ 39.37 31.1 69.57 -
YUV 155.74 162.57 144.59 -
System Red Green Blue C M Y K H S L
Decimal 179 132 217 0.18 0.39 0 0.15 273.18 0.53 0.68
Hex B3 84 D9 12 27 0 F 111 35 44
Octal 263 204 331 22 47 0 17 421 65 104
Binary 10110011 10000100 11011001 10010 100111 0 1111 100010001 110101 1000100

Color Harmonies of #B384D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B384D9

Black with #B384D9

Text Example


Text Example

White with #B384D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B384D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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