Html Css Color HEX #B386FF Biloba Flower

📋 copy color: '#B386FF'

red 179 ◦ green 134 ◦ blue 255

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

Shades of Biloba Flower #B386FF

Tints of Biloba Flower #B386FF

RGB

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

 GREEN value IS 134 (52.73% from 255) = 23.59%

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

R = 31.51%
G = 23.59%
B = 44.89%

CMYK

 C value IS 0.30

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B386FF (or 0xB386FF) is known color: Biloba Flower. HEX triplet: B3, 86 and FF. RGB value is (179,134,255). Sum of RGB (Red+Green+Blue) = 179+134+255=568 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.51% from 568); Green value is 134 (52.73% from 255 or 23.59% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #B386FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B386FF is #4C7900. Grayscale: #A0A0A0. Windows color (decimal): -5011713 or 16746163. OLE color: 16746163.

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

Color convert

RGB 179 134 255 -
CMYK 0.30 0.47 0 0
HSL 262.31º 1% 0.76% -
HSV(B) 262.31º 0.47% 1% -
XYZ 45.17 33.85 98.76 -
YUV 161.25 180.91 140.66 -
System Red Green Blue C M Y K H S L
Decimal 179 134 255 0.30 0.47 0 0 262.31 1 0.76
Hex B3 86 FF 1E 2F 0 0 106 64 4C
Octal 263 206 377 36 57 0 0 406 144 114
Binary 10110011 10000110 11111111 11110 101111 0 0 100000110 1100100 1001100

Color Harmonies of #B386FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B386FF

Black with #B386FF

Text Example


Text Example

White with #B386FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B386FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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