Html Css Color HEX #B984E4 Biloba Flower

📋 copy color: '#B984E4'

red 185 ◦ green 132 ◦ blue 228

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

Shades of Biloba Flower #B984E4

Tints of Biloba Flower #B984E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 41.83%

R = 33.94%
G = 24.22%
B = 41.83%

CMYK

 C value IS 0.19

 M value IS 0.42

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B984E4 (or 0xB984E4) is known color: Biloba Flower. HEX triplet: B9, 84 and E4. RGB value is (185,132,228). Sum of RGB (Red+Green+Blue) = 185+132+228=545 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.94% from 545); Green value is 132 (51.95% from 255 or 24.22% from 545); Blue value is 228 (89.45% from 255 or 41.83% from 545); Max value from RGB is 228 - color contains mainly: blue. Hex color #B984E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B984E4 is #467B1B. Grayscale: #9E9E9E. Windows color (decimal): -4619036 or 14976185. OLE color: 14976185.

HSL color Cylindrical-coordinate representation of color #B984E4: hue angle of 273.12º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B984E4 is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 185 132 228 -
CMYK 0.19 0.42 0 0.11
HSL 273.13º 0.64% 0.71% -
HSV(B) 273.13º 0.42% 0.89% -
XYZ 42.26 32.42 77.43 -
YUV 158.79 167.06 146.69 -
System Red Green Blue C M Y K H S L
Decimal 185 132 228 0.19 0.42 0 0.11 273.13 0.64 0.71
Hex B9 84 E4 13 2A 0 B 111 40 47
Octal 271 204 344 23 52 0 13 421 100 107
Binary 10111001 10000100 11100100 10011 101010 0 1011 100010001 1000000 1000111

Color Harmonies of #B984E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B984E4

Black with #B984E4

Text Example


Text Example

White with #B984E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B984E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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