Html Css Color HEX #B87FF2 Biloba Flower

📋 copy color: '#B87FF2'

red 184 ◦ green 127 ◦ blue 242

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

Shades of Biloba Flower #B87FF2

Tints of Biloba Flower #B87FF2

RGB

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

 GREEN value IS 127 (50% from 255) = 22.97%

 BLUE value IS 242 (94.92% from 255) = 43.76%

R = 33.27%
G = 22.97%
B = 43.76%

CMYK

 C value IS 0.24

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B87FF2 (or 0xB87FF2) is known color: Biloba Flower. HEX triplet: B8, 7F and F2. RGB value is (184,127,242). Sum of RGB (Red+Green+Blue) = 184+127+242=553 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.27% from 553); Green value is 127 (50% from 255 or 22.97% from 553); Blue value is 242 (94.92% from 255 or 43.76% from 553); Max value from RGB is 242 - color contains mainly: blue. Hex color #B87FF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B87FF2 is #47800D. Grayscale: #9C9C9C. Windows color (decimal): -4685838 or 15892408. OLE color: 15892408.

HSL color Cylindrical-coordinate representation of color #B87FF2: hue angle of 269.74º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B87FF2 is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 184 127 242 -
CMYK 0.24 0.48 0 0.05
HSL 269.74º 0.82% 0.72% -
HSV(B) 269.74º 0.48% 0.95% -
XYZ 43.38 31.78 87.85 -
YUV 157.15 175.88 147.15 -
System Red Green Blue C M Y K H S L
Decimal 184 127 242 0.24 0.48 0 0.05 269.74 0.82 0.72
Hex B8 7F F2 18 30 0 5 10E 52 48
Octal 270 177 362 30 60 0 5 416 122 110
Binary 10111000 1111111 11110010 11000 110000 0 101 100001110 1010010 1001000

Color Harmonies of #B87FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87FF2

Black with #B87FF2

Text Example


Text Example

White with #B87FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87FF2; }

 p { color: rgb(184,127,242); }

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

background-color css

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

 a { background-color: rgb(184,127,242); }

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

border-color css

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

 span { border-color: rgb(184,127,242); }

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