Html Css Color HEX #B486ED Biloba Flower

📋 copy color: '#B486ED'

red 180 ◦ green 134 ◦ blue 237

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

Shades of Biloba Flower #B486ED

Tints of Biloba Flower #B486ED

RGB

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

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

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

R = 32.67%
G = 24.32%
B = 43.01%

CMYK

 C value IS 0.24

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B486ED (or 0xB486ED) is known color: Biloba Flower. HEX triplet: B4, 86 and ED. RGB value is (180,134,237). Sum of RGB (Red+Green+Blue) = 180+134+237=551 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.67% from 551); Green value is 134 (52.73% from 255 or 24.32% from 551); Blue value is 237 (92.97% from 255 or 43.01% from 551); Max value from RGB is 237 - color contains mainly: blue. Hex color #B486ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B486ED is #4B7912. Grayscale: #9F9F9F. Windows color (decimal): -4946195 or 15566516. OLE color: 15566516.

HSL color Cylindrical-coordinate representation of color #B486ED: hue angle of 266.8º 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 #B486ED is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 134 237 -
CMYK 0.24 0.43 0 0.07
HSL 266.8º 0.74% 0.73% -
HSV(B) 266.8º 0.43% 0.93% -
XYZ 42.63 32.87 84.22 -
YUV 159.5 171.74 142.62 -
System Red Green Blue C M Y K H S L
Decimal 180 134 237 0.24 0.43 0 0.07 266.8 0.74 0.73
Hex B4 86 ED 18 2B 0 7 10B 4A 49
Octal 264 206 355 30 53 0 7 413 112 111
Binary 10110100 10000110 11101101 11000 101011 0 111 100001011 1001010 1001001

Color Harmonies of #B486ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B486ED

Black with #B486ED

Text Example


Text Example

White with #B486ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B486ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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