Html Css Color HEX #B384DF Biloba Flower

📋 copy color: '#B384DF'

red 179 ◦ green 132 ◦ blue 223

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

Shades of Biloba Flower #B384DF

Tints of Biloba Flower #B384DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.76%

R = 33.52%
G = 24.72%
B = 41.76%

CMYK

 C value IS 0.20

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B384DF (or 0xB384DF) is known color: Biloba Flower. HEX triplet: B3, 84 and DF. RGB value is (179,132,223). Sum of RGB (Red+Green+Blue) = 179+132+223=534 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.52% from 534); Green value is 132 (51.95% from 255 or 24.72% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 223 - color contains mainly: blue. Hex color #B384DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B384DF is #4C7B20. Grayscale: #9C9C9C. Windows color (decimal): -5012257 or 14648499. OLE color: 14648499.

HSL color Cylindrical-coordinate representation of color #B384DF: hue angle of 270.99º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B384DF is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 132 223 -
CMYK 0.20 0.41 0 0.13
HSL 270.99º 0.59% 0.7% -
HSV(B) 270.99º 0.41% 0.87% -
XYZ 40.16 31.41 73.76 -
YUV 156.43 165.57 144.1 -
System Red Green Blue C M Y K H S L
Decimal 179 132 223 0.20 0.41 0 0.13 270.99 0.59 0.7
Hex B3 84 DF 14 29 0 D 10F 3B 46
Octal 263 204 337 24 51 0 15 417 73 106
Binary 10110011 10000100 11011111 10100 101001 0 1101 100001111 111011 1000110

Color Harmonies of #B384DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B384DF

Black with #B384DF

Text Example


Text Example

White with #B384DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B384DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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