Html Css Color HEX #B582DC Biloba Flower

📋 copy color: '#B582DC'

red 181 ◦ green 130 ◦ blue 220

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

Shades of Biloba Flower #B582DC

Tints of Biloba Flower #B582DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.43%

R = 34.09%
G = 24.48%
B = 41.43%

CMYK

 C value IS 0.18

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B582DC (or 0xB582DC) is known color: Biloba Flower. HEX triplet: B5, 82 and DC. RGB value is (181,130,220). Sum of RGB (Red+Green+Blue) = 181+130+220=531 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.09% from 531); Green value is 130 (51.17% from 255 or 24.48% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #B582DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B582DC is #4A7D23. Grayscale: #9B9B9B. Windows color (decimal): -4881700 or 14451381. OLE color: 14451381.

HSL color Cylindrical-coordinate representation of color #B582DC: hue angle of 274º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B582DC is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 130 220 -
CMYK 0.18 0.41 0 0.14
HSL 274º 0.56% 0.69% -
HSV(B) 274º 0.41% 0.86% -
XYZ 39.96 30.96 71.58 -
YUV 155.51 164.4 146.18 -
System Red Green Blue C M Y K H S L
Decimal 181 130 220 0.18 0.41 0 0.14 274 0.56 0.69
Hex B5 82 DC 12 29 0 E 112 38 45
Octal 265 202 334 22 51 0 16 422 70 105
Binary 10110101 10000010 11011100 10010 101001 0 1110 100010010 111000 1000101

Color Harmonies of #B582DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B582DC

Black with #B582DC

Text Example


Text Example

White with #B582DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B582DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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