Html Css Color HEX #B984EA Biloba Flower

📋 copy color: '#B984EA'

red 185 ◦ green 132 ◦ blue 234

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

Shades of Biloba Flower #B984EA

Tints of Biloba Flower #B984EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.47%

R = 33.58%
G = 23.96%
B = 42.47%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B984EA (or 0xB984EA) is known color: Biloba Flower. HEX triplet: B9, 84 and EA. RGB value is (185,132,234). Sum of RGB (Red+Green+Blue) = 185+132+234=551 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.58% from 551); Green value is 132 (51.95% from 255 or 23.96% from 551); Blue value is 234 (91.80% from 255 or 42.47% from 551); Max value from RGB is 234 - color contains mainly: blue. Hex color #B984EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B984EA is #467B15. Grayscale: #9F9F9F. Windows color (decimal): -4619030 or 15369401. OLE color: 15369401.

HSL color Cylindrical-coordinate representation of color #B984EA: hue angle of 271.18º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B984EA is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 185 132 234 -
CMYK 0.21 0.44 0 0.08
HSL 271.18º 0.71% 0.72% -
HSV(B) 271.18º 0.44% 0.92% -
XYZ 43.11 32.76 81.89 -
YUV 159.48 170.06 146.21 -
System Red Green Blue C M Y K H S L
Decimal 185 132 234 0.21 0.44 0 0.08 271.18 0.71 0.72
Hex B9 84 EA 15 2C 0 8 10F 47 48
Octal 271 204 352 25 54 0 10 417 107 110
Binary 10111001 10000100 11101010 10101 101100 0 1000 100001111 1000111 1001000

Color Harmonies of #B984EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B984EA

Black with #B984EA

Text Example


Text Example

White with #B984EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B984EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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