Html Css Color HEX #B384FE Biloba Flower

📋 copy color: '#B384FE'

red 179 ◦ green 132 ◦ blue 254

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

Shades of Biloba Flower #B384FE

Tints of Biloba Flower #B384FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.96%

R = 31.68%
G = 23.36%
B = 44.96%

CMYK

 C value IS 0.30

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B384FE (or 0xB384FE) is known color: Biloba Flower. HEX triplet: B3, 84 and FE. RGB value is (179,132,254). Sum of RGB (Red+Green+Blue) = 179+132+254=565 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.68% from 565); Green value is 132 (51.95% from 255 or 23.36% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #B384FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B384FE is #4C7B01. Grayscale: #9F9F9F. Windows color (decimal): -5012226 or 16680115. OLE color: 16680115.

HSL color Cylindrical-coordinate representation of color #B384FE: hue angle of 263.11º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B384FE is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 179 132 254 -
CMYK 0.30 0.48 0 0.00
HSL 263.11º 0.98% 0.76% -
HSV(B) 263.11º 0.48% 1% -
XYZ 44.73 33.24 97.82 -
YUV 159.96 181.07 141.58 -
System Red Green Blue C M Y K H S L
Decimal 179 132 254 0.30 0.48 0 0.00 263.11 0.98 0.76
Hex B3 84 FE 1E 30 0 0 107 62 4C
Octal 263 204 376 36 60 0 0 407 142 114
Binary 10110011 10000100 11111110 11110 110000 0 0 100000111 1100010 1001100

Color Harmonies of #B384FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B384FE

Black with #B384FE

Text Example


Text Example

White with #B384FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B384FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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