Html Css Color HEX #B384E4 Biloba Flower

📋 copy color: '#B384E4'

red 179 ◦ green 132 ◦ blue 228

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

Shades of Biloba Flower #B384E4

Tints of Biloba Flower #B384E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 42.3%

R = 33.21%
G = 24.49%
B = 42.3%

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

#B384E4 (or 0xB384E4) is known color: Biloba Flower. HEX triplet: B3, 84 and E4. RGB value is (179,132,228). Sum of RGB (Red+Green+Blue) = 179+132+228=539 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.21% from 539); Green value is 132 (51.95% from 255 or 24.49% from 539); Blue value is 228 (89.45% from 255 or 42.30% from 539); Max value from RGB is 228 - color contains mainly: blue. Hex color #B384E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B384E4 is #4C7B1B. Grayscale: #9C9C9C. Windows color (decimal): -5012252 or 14976179. OLE color: 14976179.

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

Color convert

RGB 179 132 228 -
CMYK 0.21 0.42 0 0.11
HSL 269.38º 0.64% 0.71% -
HSV(B) 269.38º 0.42% 0.89% -
XYZ 40.85 31.69 77.36 -
YUV 157 168.07 143.69 -
System Red Green Blue C M Y K H S L
Decimal 179 132 228 0.21 0.42 0 0.11 269.38 0.64 0.71
Hex B3 84 E4 15 2A 0 B 10D 40 47
Octal 263 204 344 25 52 0 13 415 100 107
Binary 10110011 10000100 11100100 10101 101010 0 1011 100001101 1000000 1000111

Color Harmonies of #B384E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B384E4

Black with #B384E4

Text Example


Text Example

White with #B384E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B384E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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