Html Css Color HEX #B384FF Biloba Flower

📋 copy color: '#B384FF'

red 179 ◦ green 132 ◦ blue 255

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

Shades of Biloba Flower #B384FF

Tints of Biloba Flower #B384FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.05%

R = 31.63%
G = 23.32%
B = 45.05%

CMYK

 C value IS 0.30

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B384FF (or 0xB384FF) is known color: Biloba Flower. HEX triplet: B3, 84 and FF. RGB value is (179,132,255). Sum of RGB (Red+Green+Blue) = 179+132+255=566 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.63% from 566); Green value is 132 (51.95% from 255 or 23.32% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #B384FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B384FF is #4C7B00. Grayscale: #9F9F9F. Windows color (decimal): -5012225 or 16745651. OLE color: 16745651.

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

Color convert

RGB 179 132 255 -
CMYK 0.30 0.48 0 0
HSL 262.93º 1% 0.76% -
HSV(B) 262.93º 0.48% 1% -
XYZ 44.89 33.31 98.67 -
YUV 160.08 181.57 141.5 -
System Red Green Blue C M Y K H S L
Decimal 179 132 255 0.30 0.48 0 0 262.93 1 0.76
Hex B3 84 FF 1E 30 0 0 107 64 4C
Octal 263 204 377 36 60 0 0 407 144 114
Binary 10110011 10000100 11111111 11110 110000 0 0 100000111 1100100 1001100

Color Harmonies of #B384FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B384FF

Black with #B384FF

Text Example


Text Example

White with #B384FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B384FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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