Html Css Color HEX #B582FF Biloba Flower

📋 copy color: '#B582FF'

red 181 ◦ green 130 ◦ blue 255

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

Shades of Biloba Flower #B582FF

Tints of Biloba Flower #B582FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.05%

R = 31.98%
G = 22.97%
B = 45.05%

CMYK

 C value IS 0.29

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B582FF (or 0xB582FF) is known color: Biloba Flower. HEX triplet: B5, 82 and FF. RGB value is (181,130,255). Sum of RGB (Red+Green+Blue) = 181+130+255=566 (74% of max value = 765). Red value is 181 (71.09% from 255 or 31.98% from 566); Green value is 130 (51.17% from 255 or 22.97% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #B582FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B582FF is #4A7D00. Grayscale: #9F9F9F. Windows color (decimal): -4881665 or 16745141. OLE color: 16745141.

HSL color Cylindrical-coordinate representation of color #B582FF: hue angle of 264.48º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B582FF is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 181 130 255 -
CMYK 0.29 0.49 0 0
HSL 264.48º 1% 0.75% -
HSV(B) 264.48º 0.49% 1% -
XYZ 45.09 33.01 98.6 -
YUV 159.5 181.9 143.34 -
System Red Green Blue C M Y K H S L
Decimal 181 130 255 0.29 0.49 0 0 264.48 1 0.75
Hex B5 82 FF 1D 31 0 0 108 64 4B
Octal 265 202 377 35 61 0 0 410 144 113
Binary 10110101 10000010 11111111 11101 110001 0 0 100001000 1100100 1001011

Color Harmonies of #B582FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B582FF

Black with #B582FF

Text Example


Text Example

White with #B582FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B582FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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