Html Css Color HEX #B386FE Biloba Flower

📋 copy color: '#B386FE'

red 179 ◦ green 134 ◦ blue 254

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

Shades of Biloba Flower #B386FE

Tints of Biloba Flower #B386FE

RGB

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

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

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

R = 31.57%
G = 23.63%
B = 44.8%

CMYK

 C value IS 0.30

 M value IS 0.47

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B386FE (or 0xB386FE) is known color: Biloba Flower. HEX triplet: B3, 86 and FE. RGB value is (179,134,254). Sum of RGB (Red+Green+Blue) = 179+134+254=567 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.57% from 567); Green value is 134 (52.73% from 255 or 23.63% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #B386FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B386FE is #4C7901. Grayscale: #A0A0A0. Windows color (decimal): -5011714 or 16680627. OLE color: 16680627.

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

Color convert

RGB 179 134 254 -
CMYK 0.30 0.47 0 0.00
HSL 262.5º 0.98% 0.76% -
HSV(B) 262.5º 0.47% 1% -
XYZ 45 33.79 97.92 -
YUV 161.14 180.41 140.74 -
System Red Green Blue C M Y K H S L
Decimal 179 134 254 0.30 0.47 0 0.00 262.5 0.98 0.76
Hex B3 86 FE 1E 2F 0 0 106 62 4C
Octal 263 206 376 36 57 0 0 406 142 114
Binary 10110011 10000110 11111110 11110 101111 0 0 100000110 1100010 1001100

Color Harmonies of #B386FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B386FE

Black with #B386FE

Text Example


Text Example

White with #B386FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B386FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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