Html Css Color HEX #B87BF0 Biloba Flower

📋 copy color: '#B87BF0'

red 184 ◦ green 123 ◦ blue 240

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

Shades of Biloba Flower #B87BF0

Tints of Biloba Flower #B87BF0

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.49%

 BLUE value IS 240 (94.14% from 255) = 43.88%

R = 33.64%
G = 22.49%
B = 43.88%

CMYK

 C value IS 0.23

 M value IS 0.49

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B87BF0 (or 0xB87BF0) is known color: Biloba Flower. HEX triplet: B8, 7B and F0. RGB value is (184,123,240). Sum of RGB (Red+Green+Blue) = 184+123+240=547 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.64% from 547); Green value is 123 (48.44% from 255 or 22.49% from 547); Blue value is 240 (94.14% from 255 or 43.88% from 547); Max value from RGB is 240 - color contains mainly: blue. Hex color #B87BF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B87BF0 is #47840F. Grayscale: #9A9A9A. Windows color (decimal): -4686864 or 15760312. OLE color: 15760312.

HSL color Cylindrical-coordinate representation of color #B87BF0: hue angle of 271.28º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B87BF0 is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 184 123 240 -
CMYK 0.23 0.49 0 0.06
HSL 271.28º 0.8% 0.71% -
HSV(B) 271.28º 0.49% 0.94% -
XYZ 42.58 30.65 86.11 -
YUV 154.58 176.21 148.99 -
System Red Green Blue C M Y K H S L
Decimal 184 123 240 0.23 0.49 0 0.06 271.28 0.8 0.71
Hex B8 7B F0 17 31 0 6 10F 50 47
Octal 270 173 360 27 61 0 6 417 120 107
Binary 10111000 1111011 11110000 10111 110001 0 110 100001111 1010000 1000111

Color Harmonies of #B87BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87BF0

Black with #B87BF0

Text Example


Text Example

White with #B87BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87BF0; }

 p { color: rgb(184,123,240); }

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

background-color css

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

 a { background-color: rgb(184,123,240); }

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

border-color css

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

 span { border-color: rgb(184,123,240); }

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