Html Css Color HEX #B584EC Biloba Flower

📋 copy color: '#B584EC'

red 181 ◦ green 132 ◦ blue 236

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

Shades of Biloba Flower #B584EC

Tints of Biloba Flower #B584EC

RGB

 RED value IS 181 (71.09% from 255) = 32.97%

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

 BLUE value IS 236 (92.58% from 255) = 42.99%

R = 32.97%
G = 24.04%
B = 42.99%

CMYK

 C value IS 0.23

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B584EC (or 0xB584EC) is known color: Biloba Flower. HEX triplet: B5, 84 and EC. RGB value is (181,132,236). Sum of RGB (Red+Green+Blue) = 181+132+236=549 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.97% from 549); Green value is 132 (51.95% from 255 or 24.04% from 549); Blue value is 236 (92.58% from 255 or 42.99% from 549); Max value from RGB is 236 - color contains mainly: blue. Hex color #B584EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B584EC is #4A7B13. Grayscale: #9E9E9E. Windows color (decimal): -4881172 or 15500469. OLE color: 15500469.

HSL color Cylindrical-coordinate representation of color #B584EC: hue angle of 268.27º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B584EC is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 132 236 -
CMYK 0.23 0.44 0 0.07
HSL 268.27º 0.73% 0.72% -
HSV(B) 268.27º 0.44% 0.93% -
XYZ 42.45 32.38 83.37 -
YUV 158.51 171.73 144.04 -
System Red Green Blue C M Y K H S L
Decimal 181 132 236 0.23 0.44 0 0.07 268.27 0.73 0.72
Hex B5 84 EC 17 2C 0 7 10C 49 48
Octal 265 204 354 27 54 0 7 414 111 110
Binary 10110101 10000100 11101100 10111 101100 0 111 100001100 1001001 1001000

Color Harmonies of #B584EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B584EC

Black with #B584EC

Text Example


Text Example

White with #B584EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B584EC; }

 p { color: rgb(181,132,236); }

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

background-color css

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

 a { background-color: rgb(181,132,236); }

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

border-color css

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

 span { border-color: rgb(181,132,236); }

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