Html Css Color HEX #B384DB Biloba Flower

📋 copy color: '#B384DB'

red 179 ◦ green 132 ◦ blue 219

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

Shades of Biloba Flower #B384DB

Tints of Biloba Flower #B384DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.32%

R = 33.77%
G = 24.91%
B = 41.32%

CMYK

 C value IS 0.18

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B384DB (or 0xB384DB) is known color: Biloba Flower. HEX triplet: B3, 84 and DB. RGB value is (179,132,219). Sum of RGB (Red+Green+Blue) = 179+132+219=530 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.77% from 530); Green value is 132 (51.95% from 255 or 24.91% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #B384DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B384DB is #4C7B24. Grayscale: #9B9B9B. Windows color (decimal): -5012261 or 14386355. OLE color: 14386355.

HSL color Cylindrical-coordinate representation of color #B384DB: hue angle of 272.41º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B384DB is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 132 219 -
CMYK 0.18 0.40 0 0.14
HSL 272.41º 0.55% 0.69% -
HSV(B) 272.41º 0.4% 0.86% -
XYZ 39.63 31.2 70.95 -
YUV 155.97 163.57 144.43 -
System Red Green Blue C M Y K H S L
Decimal 179 132 219 0.18 0.40 0 0.14 272.41 0.55 0.69
Hex B3 84 DB 12 28 0 E 110 37 45
Octal 263 204 333 22 50 0 16 420 67 105
Binary 10110011 10000100 11011011 10010 101000 0 1110 100010000 110111 1000101

Color Harmonies of #B384DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B384DB

Black with #B384DB

Text Example


Text Example

White with #B384DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B384DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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