Html Css Color HEX #B987FF Biloba Flower

📋 copy color: '#B987FF'

red 185 ◦ green 135 ◦ blue 255

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

Shades of Biloba Flower #B987FF

Tints of Biloba Flower #B987FF

RGB

 RED value IS 185 (72.66% from 255) = 32.17%

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

 BLUE value IS 255 (100% from 255) = 44.35%

R = 32.17%
G = 23.48%
B = 44.35%

CMYK

 C value IS 0.27

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B987FF (or 0xB987FF) is known color: Biloba Flower. HEX triplet: B9, 87 and FF. RGB value is (185,135,255). Sum of RGB (Red+Green+Blue) = 185+135+255=575 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.17% from 575); Green value is 135 (53.12% from 255 or 23.48% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #B987FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B987FF is #467800. Grayscale: #A3A3A3. Windows color (decimal): -4618241 or 16746425. OLE color: 16746425.

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

Color convert

RGB 185 135 255 -
CMYK 0.27 0.47 0 0
HSL 265º 1% 0.76% -
HSV(B) 265º 0.47% 1% -
XYZ 46.72 34.86 98.87 -
YUV 163.63 179.57 143.24 -
System Red Green Blue C M Y K H S L
Decimal 185 135 255 0.27 0.47 0 0 265 1 0.76
Hex B9 87 FF 1B 2F 0 0 109 64 4C
Octal 271 207 377 33 57 0 0 411 144 114
Binary 10111001 10000111 11111111 11011 101111 0 0 100001001 1100100 1001100

Color Harmonies of #B987FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B987FF

Black with #B987FF

Text Example


Text Example

White with #B987FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B987FF; }

 p { color: rgb(185,135,255); }

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

background-color css

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

 a { background-color: rgb(185,135,255); }

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

border-color css

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

 span { border-color: rgb(185,135,255); }

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