Html Css Color HEX #B486D8 Biloba Flower

📋 copy color: '#B486D8'

red 180 ◦ green 134 ◦ blue 216

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

Shades of Biloba Flower #B486D8

Tints of Biloba Flower #B486D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.75%

R = 33.96%
G = 25.28%
B = 40.75%

CMYK

 C value IS 0.17

 M value IS 0.38

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B486D8 (or 0xB486D8) is known color: Biloba Flower. HEX triplet: B4, 86 and D8. RGB value is (180,134,216). Sum of RGB (Red+Green+Blue) = 180+134+216=530 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.96% from 530); Green value is 134 (52.73% from 255 or 25.28% from 530); Blue value is 216 (84.77% from 255 or 40.75% from 530); Max value from RGB is 216 - color contains mainly: blue. Hex color #B486D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B486D8 is #4B7927. Grayscale: #9C9C9C. Windows color (decimal): -4946216 or 14190260. OLE color: 14190260.

HSL color Cylindrical-coordinate representation of color #B486D8: hue angle of 273.66º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B486D8 is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 180 134 216 -
CMYK 0.17 0.38 0 0.15
HSL 273.66º 0.51% 0.69% -
HSV(B) 273.66º 0.38% 0.85% -
XYZ 39.74 31.71 68.99 -
YUV 157.1 161.24 144.33 -
System Red Green Blue C M Y K H S L
Decimal 180 134 216 0.17 0.38 0 0.15 273.66 0.51 0.69
Hex B4 86 D8 11 26 0 F 112 33 45
Octal 264 206 330 21 46 0 17 422 63 105
Binary 10110100 10000110 11011000 10001 100110 0 1111 100010010 110011 1000101

Color Harmonies of #B486D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B486D8

Black with #B486D8

Text Example


Text Example

White with #B486D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B486D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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