Html Css Color HEX #B987FA Biloba Flower

📋 copy color: '#B987FA'

red 185 ◦ green 135 ◦ blue 250

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

Shades of Biloba Flower #B987FA

Tints of Biloba Flower #B987FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.86%

R = 32.46%
G = 23.68%
B = 43.86%

CMYK

 C value IS 0.26

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B987FA (or 0xB987FA) is known color: Biloba Flower. HEX triplet: B9, 87 and FA. RGB value is (185,135,250). Sum of RGB (Red+Green+Blue) = 185+135+250=570 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.46% from 570); Green value is 135 (53.12% from 255 or 23.68% from 570); Blue value is 250 (98.05% from 255 or 43.86% from 570); Max value from RGB is 250 - color contains mainly: blue. Hex color #B987FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B987FA is #467805. Grayscale: #A2A2A2. Windows color (decimal): -4618246 or 16418745. OLE color: 16418745.

HSL color Cylindrical-coordinate representation of color #B987FA: hue angle of 266.09º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B987FA is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 135 250 -
CMYK 0.26 0.46 0 0.02
HSL 266.09º 0.92% 0.75% -
HSV(B) 266.09º 0.46% 0.98% -
XYZ 45.93 34.54 94.69 -
YUV 163.06 177.07 143.65 -
System Red Green Blue C M Y K H S L
Decimal 185 135 250 0.26 0.46 0 0.02 266.09 0.92 0.75
Hex B9 87 FA 1A 2E 0 2 10A 5C 4B
Octal 271 207 372 32 56 0 2 412 134 113
Binary 10111001 10000111 11111010 11010 101110 0 10 100001010 1011100 1001011

Color Harmonies of #B987FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B987FA

Black with #B987FA

Text Example


Text Example

White with #B987FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B987FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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