Html Css Color HEX #B384E3 Biloba Flower

📋 copy color: '#B384E3'

red 179 ◦ green 132 ◦ blue 227

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

Shades of Biloba Flower #B384E3

Tints of Biloba Flower #B384E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 42.19%

R = 33.27%
G = 24.54%
B = 42.19%

CMYK

 C value IS 0.21

 M value IS 0.42

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B384E3 (or 0xB384E3) is known color: Biloba Flower. HEX triplet: B3, 84 and E3. RGB value is (179,132,227). Sum of RGB (Red+Green+Blue) = 179+132+227=538 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.27% from 538); Green value is 132 (51.95% from 255 or 24.54% from 538); Blue value is 227 (89.06% from 255 or 42.19% from 538); Max value from RGB is 227 - color contains mainly: blue. Hex color #B384E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B384E3 is #4C7B1C. Grayscale: #9C9C9C. Windows color (decimal): -5012253 or 14910643. OLE color: 14910643.

HSL color Cylindrical-coordinate representation of color #B384E3: hue angle of 269.68º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B384E3 is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 179 132 227 -
CMYK 0.21 0.42 0 0.11
HSL 269.68º 0.63% 0.7% -
HSV(B) 269.68º 0.42% 0.89% -
XYZ 40.71 31.63 76.63 -
YUV 156.88 167.57 143.78 -
System Red Green Blue C M Y K H S L
Decimal 179 132 227 0.21 0.42 0 0.11 269.68 0.63 0.7
Hex B3 84 E3 15 2A 0 B 10E 3F 46
Octal 263 204 343 25 52 0 13 416 77 106
Binary 10110011 10000100 11100011 10101 101010 0 1011 100001110 111111 1000110

Color Harmonies of #B384E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B384E3

Black with #B384E3

Text Example


Text Example

White with #B384E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B384E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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