Html Css Color HEX #B581EC Biloba Flower

📋 copy color: '#B581EC'

red 181 ◦ green 129 ◦ blue 236

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

Shades of Biloba Flower #B581EC

Tints of Biloba Flower #B581EC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.63%

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

R = 33.15%
G = 23.63%
B = 43.22%

CMYK

 C value IS 0.23

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B581EC (or 0xB581EC) is known color: Biloba Flower. HEX triplet: B5, 81 and EC. RGB value is (181,129,236). Sum of RGB (Red+Green+Blue) = 181+129+236=546 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.15% from 546); Green value is 129 (50.78% from 255 or 23.63% from 546); Blue value is 236 (92.58% from 255 or 43.22% from 546); Max value from RGB is 236 - color contains mainly: blue. Hex color #B581EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B581EC is #4A7E13. Grayscale: #9C9C9C. Windows color (decimal): -4881940 or 15499701. OLE color: 15499701.

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

Color convert

RGB 181 129 236 -
CMYK 0.23 0.45 0 0.07
HSL 269.16º 0.74% 0.72% -
HSV(B) 269.16º 0.45% 0.93% -
XYZ 42.05 31.58 83.24 -
YUV 156.75 172.73 145.3 -
System Red Green Blue C M Y K H S L
Decimal 181 129 236 0.23 0.45 0 0.07 269.16 0.74 0.72
Hex B5 81 EC 17 2D 0 7 10D 4A 48
Octal 265 201 354 27 55 0 7 415 112 110
Binary 10110101 10000001 11101100 10111 101101 0 111 100001101 1001010 1001000

Color Harmonies of #B581EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B581EC

Black with #B581EC

Text Example


Text Example

White with #B581EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B581EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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