Html Css Color HEX #B186ED Biloba Flower

📋 copy color: '#B186ED'

red 177 ◦ green 134 ◦ blue 237

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

Shades of Biloba Flower #B186ED

Tints of Biloba Flower #B186ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.25%

R = 32.3%
G = 24.45%
B = 43.25%

CMYK

 C value IS 0.25

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B186ED (or 0xB186ED) is known color: Biloba Flower. HEX triplet: B1, 86 and ED. RGB value is (177,134,237). Sum of RGB (Red+Green+Blue) = 177+134+237=548 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.30% from 548); Green value is 134 (52.73% from 255 or 24.45% from 548); Blue value is 237 (92.97% from 255 or 43.25% from 548); Max value from RGB is 237 - color contains mainly: blue. Hex color #B186ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B186ED is #4E7912. Grayscale: #9E9E9E. Windows color (decimal): -5142803 or 15566513. OLE color: 15566513.

HSL color Cylindrical-coordinate representation of color #B186ED: hue angle of 265.05º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B186ED is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 134 237 -
CMYK 0.25 0.43 0 0.07
HSL 265.05º 0.74% 0.73% -
HSV(B) 265.05º 0.43% 0.93% -
XYZ 41.94 32.51 84.19 -
YUV 158.6 172.25 141.12 -
System Red Green Blue C M Y K H S L
Decimal 177 134 237 0.25 0.43 0 0.07 265.05 0.74 0.73
Hex B1 86 ED 19 2B 0 7 109 4A 49
Octal 261 206 355 31 53 0 7 411 112 111
Binary 10110001 10000110 11101101 11001 101011 0 111 100001001 1001010 1001001

Color Harmonies of #B186ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B186ED

Black with #B186ED

Text Example


Text Example

White with #B186ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B186ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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