Html Css Color HEX #B186FE Biloba Flower

📋 copy color: '#B186FE'

red 177 ◦ green 134 ◦ blue 254

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

Shades of Biloba Flower #B186FE

Tints of Biloba Flower #B186FE

RGB

 RED value IS 177 (69.53% from 255) = 31.33%

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

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

R = 31.33%
G = 23.72%
B = 44.96%

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

#B186FE (or 0xB186FE) is known color: Biloba Flower. HEX triplet: B1, 86 and FE. RGB value is (177,134,254). Sum of RGB (Red+Green+Blue) = 177+134+254=565 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.33% from 565); Green value is 134 (52.73% from 255 or 23.72% 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 #B186FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B186FE is #4E7901. Grayscale: #A0A0A0. Windows color (decimal): -5142786 or 16680625. OLE color: 16680625.

HSL color Cylindrical-coordinate representation of color #B186FE: hue angle of 261.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 #B186FE is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 177 134 254 -
CMYK 0.30 0.47 0 0.00
HSL 261.5º 0.98% 0.76% -
HSV(B) 261.5º 0.47% 1% -
XYZ 44.55 33.55 97.89 -
YUV 160.54 180.75 139.74 -
System Red Green Blue C M Y K H S L
Decimal 177 134 254 0.30 0.47 0 0.00 261.5 0.98 0.76
Hex B1 86 FE 1E 2F 0 0 106 62 4C
Octal 261 206 376 36 57 0 0 406 142 114
Binary 10110001 10000110 11111110 11110 101111 0 0 100000110 1100010 1001100

Color Harmonies of #B186FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B186FE

Black with #B186FE

Text Example


Text Example

White with #B186FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B186FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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