Html Css Color HEX #B487FE Biloba Flower

📋 copy color: '#B487FE'

red 180 ◦ green 135 ◦ blue 254

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

Shades of Biloba Flower #B487FE

Tints of Biloba Flower #B487FE

RGB

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

 GREEN value IS 135 (53.13% from 255) = 23.73%

 BLUE value IS 254 (99.61% from 255) = 44.64%

R = 31.63%
G = 23.73%
B = 44.64%

CMYK

 C value IS 0.29

 M value IS 0.47

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B487FE (or 0xB487FE) is known color: Biloba Flower. HEX triplet: B4, 87 and FE. RGB value is (180,135,254). Sum of RGB (Red+Green+Blue) = 180+135+254=569 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.63% from 569); Green value is 135 (53.12% from 255 or 23.73% from 569); Blue value is 254 (99.61% from 255 or 44.64% from 569); Max value from RGB is 254 - color contains mainly: blue. Hex color #B487FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B487FE is #4B7801. Grayscale: #A1A1A1. Windows color (decimal): -4945922 or 16680884. OLE color: 16680884.

HSL color Cylindrical-coordinate representation of color #B487FE: hue angle of 262.69º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B487FE is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 180 135 254 -
CMYK 0.29 0.47 0 0.00
HSL 262.69º 0.98% 0.76% -
HSV(B) 262.69º 0.47% 1% -
XYZ 45.38 34.19 97.97 -
YUV 162.02 179.91 140.82 -
System Red Green Blue C M Y K H S L
Decimal 180 135 254 0.29 0.47 0 0.00 262.69 0.98 0.76
Hex B4 87 FE 1D 2F 0 0 107 62 4C
Octal 264 207 376 35 57 0 0 407 142 114
Binary 10110100 10000111 11111110 11101 101111 0 0 100000111 1100010 1001100

Color Harmonies of #B487FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B487FE

Black with #B487FE

Text Example


Text Example

White with #B487FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B487FE; }

 p { color: rgb(180,135,254); }

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

background-color css

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

 a { background-color: rgb(180,135,254); }

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

border-color css

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

 span { border-color: rgb(180,135,254); }

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