Html Css Color HEX #B486DF Biloba Flower

📋 copy color: '#B486DF'

red 180 ◦ green 134 ◦ blue 223

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

Shades of Biloba Flower #B486DF

Tints of Biloba Flower #B486DF

RGB

 RED value IS 180 (70.7% from 255) = 33.52%

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

 BLUE value IS 223 (87.5% from 255) = 41.53%

R = 33.52%
G = 24.95%
B = 41.53%

CMYK

 C value IS 0.19

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B486DF (or 0xB486DF) is known color: Biloba Flower. HEX triplet: B4, 86 and DF. RGB value is (180,134,223). Sum of RGB (Red+Green+Blue) = 180+134+223=537 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.52% from 537); Green value is 134 (52.73% from 255 or 24.95% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #B486DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B486DF is #4B7920. Grayscale: #9D9D9D. Windows color (decimal): -4946209 or 14649012. OLE color: 14649012.

HSL color Cylindrical-coordinate representation of color #B486DF: hue angle of 271.01º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B486DF is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 134 223 -
CMYK 0.19 0.40 0 0.13
HSL 271.01º 0.58% 0.7% -
HSV(B) 271.01º 0.4% 0.87% -
XYZ 40.67 32.08 73.86 -
YUV 157.9 164.74 143.76 -
System Red Green Blue C M Y K H S L
Decimal 180 134 223 0.19 0.40 0 0.13 271.01 0.58 0.7
Hex B4 86 DF 13 28 0 D 10F 3A 46
Octal 264 206 337 23 50 0 15 417 72 106
Binary 10110100 10000110 11011111 10011 101000 0 1101 100001111 111010 1000110

Color Harmonies of #B486DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B486DF

Black with #B486DF

Text Example


Text Example

White with #B486DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B486DF; }

 p { color: rgb(180,134,223); }

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

background-color css

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

 a { background-color: rgb(180,134,223); }

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

border-color css

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

 span { border-color: rgb(180,134,223); }

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