Html Css Color HEX #B582EC Biloba Flower

📋 copy color: '#B582EC'

red 181 ◦ green 130 ◦ blue 236

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

Shades of Biloba Flower #B582EC

Tints of Biloba Flower #B582EC

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.77%

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

R = 33.09%
G = 23.77%
B = 43.14%

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

#B582EC (or 0xB582EC) is known color: Biloba Flower. HEX triplet: B5, 82 and EC. RGB value is (181,130,236). Sum of RGB (Red+Green+Blue) = 181+130+236=547 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.09% from 547); Green value is 130 (51.17% from 255 or 23.77% from 547); Blue value is 236 (92.58% from 255 or 43.14% from 547); Max value from RGB is 236 - color contains mainly: blue. Hex color #B582EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B582EC is #4A7D13. Grayscale: #9C9C9C. Windows color (decimal): -4881684 or 15499957. OLE color: 15499957.

HSL color Cylindrical-coordinate representation of color #B582EC: hue angle of 268.87º 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 #B582EC is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 130 236 -
CMYK 0.23 0.45 0 0.07
HSL 268.87º 0.74% 0.72% -
HSV(B) 268.87º 0.45% 0.93% -
XYZ 42.18 31.85 83.28 -
YUV 157.33 172.4 144.88 -
System Red Green Blue C M Y K H S L
Decimal 181 130 236 0.23 0.45 0 0.07 268.87 0.74 0.72
Hex B5 82 EC 17 2D 0 7 10D 4A 48
Octal 265 202 354 27 55 0 7 415 112 110
Binary 10110101 10000010 11101100 10111 101101 0 111 100001101 1001010 1001000

Color Harmonies of #B582EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B582EC

Black with #B582EC

Text Example


Text Example

White with #B582EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B582EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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