Html Css Color HEX #B486EE Biloba Flower

📋 copy color: '#B486EE'

red 180 ◦ green 134 ◦ blue 238

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

Shades of Biloba Flower #B486EE

Tints of Biloba Flower #B486EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.12%

R = 32.61%
G = 24.28%
B = 43.12%

CMYK

 C value IS 0.24

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B486EE (or 0xB486EE) is known color: Biloba Flower. HEX triplet: B4, 86 and EE. RGB value is (180,134,238). Sum of RGB (Red+Green+Blue) = 180+134+238=552 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.61% from 552); Green value is 134 (52.73% from 255 or 24.28% from 552); Blue value is 238 (93.36% from 255 or 43.12% from 552); Max value from RGB is 238 - color contains mainly: blue. Hex color #B486EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B486EE is #4B7911. Grayscale: #9F9F9F. Windows color (decimal): -4946194 or 15632052. OLE color: 15632052.

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

Color convert

RGB 180 134 238 -
CMYK 0.24 0.44 0 0.07
HSL 266.54º 0.75% 0.73% -
HSV(B) 266.54º 0.44% 0.93% -
XYZ 42.78 32.93 84.99 -
YUV 159.61 172.24 142.54 -
System Red Green Blue C M Y K H S L
Decimal 180 134 238 0.24 0.44 0 0.07 266.54 0.75 0.73
Hex B4 86 EE 18 2C 0 7 10B 4B 49
Octal 264 206 356 30 54 0 7 413 113 111
Binary 10110100 10000110 11101110 11000 101100 0 111 100001011 1001011 1001001

Color Harmonies of #B486EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B486EE

Black with #B486EE

Text Example


Text Example

White with #B486EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B486EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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