Html Css Color HEX #B87DF5 Biloba Flower

📋 copy color: '#B87DF5'

red 184 ◦ green 125 ◦ blue 245

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

Shades of Biloba Flower #B87DF5

Tints of Biloba Flower #B87DF5

RGB

 RED value IS 184 (72.27% from 255) = 33.21%

 GREEN value IS 125 (49.22% from 255) = 22.56%

 BLUE value IS 245 (96.09% from 255) = 44.22%

R = 33.21%
G = 22.56%
B = 44.22%

CMYK

 C value IS 0.25

 M value IS 0.49

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B87DF5 (or 0xB87DF5) is known color: Biloba Flower. HEX triplet: B8, 7D and F5. RGB value is (184,125,245). Sum of RGB (Red+Green+Blue) = 184+125+245=554 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.21% from 554); Green value is 125 (49.22% from 255 or 22.56% from 554); Blue value is 245 (96.09% from 255 or 44.22% from 554); Max value from RGB is 245 - color contains mainly: blue. Hex color #B87DF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B87DF5 is #47820A. Grayscale: #9B9B9B. Windows color (decimal): -4686347 or 16088504. OLE color: 16088504.

HSL color Cylindrical-coordinate representation of color #B87DF5: hue angle of 269.5º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B87DF5 is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 184 125 245 -
CMYK 0.25 0.49 0 0.04
HSL 269.5º 0.86% 0.73% -
HSV(B) 269.5º 0.49% 0.96% -
XYZ 43.58 31.45 90.16 -
YUV 156.32 178.05 147.74 -
System Red Green Blue C M Y K H S L
Decimal 184 125 245 0.25 0.49 0 0.04 269.5 0.86 0.73
Hex B8 7D F5 19 31 0 4 10E 56 49
Octal 270 175 365 31 61 0 4 416 126 111
Binary 10111000 1111101 11110101 11001 110001 0 100 100001110 1010110 1001001

Color Harmonies of #B87DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87DF5

Black with #B87DF5

Text Example


Text Example

White with #B87DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87DF5; }

 p { color: rgb(184,125,245); }

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

background-color css

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

 a { background-color: rgb(184,125,245); }

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

border-color css

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

 span { border-color: rgb(184,125,245); }

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