Html Css Color HEX #B582EE Biloba Flower

📋 copy color: '#B582EE'

red 181 ◦ green 130 ◦ blue 238

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

Shades of Biloba Flower #B582EE

Tints of Biloba Flower #B582EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.35%

R = 32.97%
G = 23.68%
B = 43.35%

CMYK

 C value IS 0.24

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B582EE (or 0xB582EE) is known color: Biloba Flower. HEX triplet: B5, 82 and EE. RGB value is (181,130,238). Sum of RGB (Red+Green+Blue) = 181+130+238=549 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.97% from 549); Green value is 130 (51.17% from 255 or 23.68% from 549); Blue value is 238 (93.36% from 255 or 43.35% from 549); Max value from RGB is 238 - color contains mainly: blue. Hex color #B582EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B582EE is #4A7D11. Grayscale: #9D9D9D. Windows color (decimal): -4881682 or 15631029. OLE color: 15631029.

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

Color convert

RGB 181 130 238 -
CMYK 0.24 0.45 0 0.07
HSL 268.33º 0.76% 0.72% -
HSV(B) 268.33º 0.45% 0.93% -
XYZ 42.47 31.96 84.82 -
YUV 157.56 173.4 144.72 -
System Red Green Blue C M Y K H S L
Decimal 181 130 238 0.24 0.45 0 0.07 268.33 0.76 0.72
Hex B5 82 EE 18 2D 0 7 10C 4C 48
Octal 265 202 356 30 55 0 7 414 114 110
Binary 10110101 10000010 11101110 11000 101101 0 111 100001100 1001100 1001000

Color Harmonies of #B582EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B582EE

Black with #B582EE

Text Example


Text Example

White with #B582EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B582EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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