Html Css Color HEX #B386FB Biloba Flower

📋 copy color: '#B386FB'

red 179 ◦ green 134 ◦ blue 251

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

Shades of Biloba Flower #B386FB

Tints of Biloba Flower #B386FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.5%

R = 31.74%
G = 23.76%
B = 44.5%

CMYK

 C value IS 0.29

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B386FB (or 0xB386FB) is known color: Biloba Flower. HEX triplet: B3, 86 and FB. RGB value is (179,134,251). Sum of RGB (Red+Green+Blue) = 179+134+251=564 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.74% from 564); Green value is 134 (52.73% from 255 or 23.76% from 564); Blue value is 251 (98.44% from 255 or 44.50% from 564); Max value from RGB is 251 - color contains mainly: blue. Hex color #B386FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B386FB is #4C7904. Grayscale: #A0A0A0. Windows color (decimal): -5011717 or 16484019. OLE color: 16484019.

HSL color Cylindrical-coordinate representation of color #B386FB: hue angle of 263.08º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B386FB is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 179 134 251 -
CMYK 0.29 0.47 0 0.02
HSL 263.08º 0.94% 0.75% -
HSV(B) 263.08º 0.47% 0.98% -
XYZ 44.53 33.6 95.41 -
YUV 160.79 178.91 140.99 -
System Red Green Blue C M Y K H S L
Decimal 179 134 251 0.29 0.47 0 0.02 263.08 0.94 0.75
Hex B3 86 FB 1D 2F 0 2 107 5E 4B
Octal 263 206 373 35 57 0 2 407 136 113
Binary 10110011 10000110 11111011 11101 101111 0 10 100000111 1011110 1001011

Color Harmonies of #B386FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B386FB

Black with #B386FB

Text Example


Text Example

White with #B386FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B386FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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