Html Css Color HEX #B984EF Biloba Flower

📋 copy color: '#B984EF'

red 185 ◦ green 132 ◦ blue 239

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

Shades of Biloba Flower #B984EF

Tints of Biloba Flower #B984EF

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.74%

 BLUE value IS 239 (93.75% from 255) = 42.99%

R = 33.27%
G = 23.74%
B = 42.99%

CMYK

 C value IS 0.23

 M value IS 0.45

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B984EF (or 0xB984EF) is known color: Biloba Flower. HEX triplet: B9, 84 and EF. RGB value is (185,132,239). Sum of RGB (Red+Green+Blue) = 185+132+239=556 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.27% from 556); Green value is 132 (51.95% from 255 or 23.74% from 556); Blue value is 239 (93.75% from 255 or 42.99% from 556); Max value from RGB is 239 - color contains mainly: blue. Hex color #B984EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B984EF is #467B10. Grayscale: #9F9F9F. Windows color (decimal): -4619025 or 15697081. OLE color: 15697081.

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

Color convert

RGB 185 132 239 -
CMYK 0.23 0.45 0 0.06
HSL 269.72º 0.77% 0.73% -
HSV(B) 269.72º 0.45% 0.94% -
XYZ 43.84 33.05 85.73 -
YUV 160.05 172.56 145.8 -
System Red Green Blue C M Y K H S L
Decimal 185 132 239 0.23 0.45 0 0.06 269.72 0.77 0.73
Hex B9 84 EF 17 2D 0 6 10E 4D 49
Octal 271 204 357 27 55 0 6 416 115 111
Binary 10111001 10000100 11101111 10111 101101 0 110 100001110 1001101 1001001

Color Harmonies of #B984EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B984EF

Black with #B984EF

Text Example


Text Example

White with #B984EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B984EF; }

 p { color: rgb(185,132,239); }

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

background-color css

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

 a { background-color: rgb(185,132,239); }

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

border-color css

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

 span { border-color: rgb(185,132,239); }

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