Html Css Color HEX #B384DD Biloba Flower

📋 copy color: '#B384DD'

red 179 ◦ green 132 ◦ blue 221

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

Shades of Biloba Flower #B384DD

Tints of Biloba Flower #B384DD

RGB

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

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

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

R = 33.65%
G = 24.81%
B = 41.54%

CMYK

 C value IS 0.19

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B384DD (or 0xB384DD) is known color: Biloba Flower. HEX triplet: B3, 84 and DD. RGB value is (179,132,221). Sum of RGB (Red+Green+Blue) = 179+132+221=532 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.65% from 532); Green value is 132 (51.95% from 255 or 24.81% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #B384DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B384DD is #4C7B22. Grayscale: #9B9B9B. Windows color (decimal): -5012259 or 14517427. OLE color: 14517427.

HSL color Cylindrical-coordinate representation of color #B384DD: hue angle of 271.69º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B384DD is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 132 221 -
CMYK 0.19 0.40 0 0.13
HSL 271.69º 0.57% 0.69% -
HSV(B) 271.69º 0.4% 0.87% -
XYZ 39.89 31.31 72.35 -
YUV 156.2 164.57 144.26 -
System Red Green Blue C M Y K H S L
Decimal 179 132 221 0.19 0.40 0 0.13 271.69 0.57 0.69
Hex B3 84 DD 13 28 0 D 110 39 45
Octal 263 204 335 23 50 0 15 420 71 105
Binary 10110011 10000100 11011101 10011 101000 0 1101 100010000 111001 1000101

Color Harmonies of #B384DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B384DD

Black with #B384DD

Text Example


Text Example

White with #B384DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B384DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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