Html Css Color HEX #B582F6 Biloba Flower

📋 copy color: '#B582F6'

red 181 ◦ green 130 ◦ blue 246

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

Shades of Biloba Flower #B582F6

Tints of Biloba Flower #B582F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 44.17%

R = 32.5%
G = 23.34%
B = 44.17%

CMYK

 C value IS 0.26

 M value IS 0.47

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B582F6 (or 0xB582F6) is known color: Biloba Flower. HEX triplet: B5, 82 and F6. RGB value is (181,130,246). Sum of RGB (Red+Green+Blue) = 181+130+246=557 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.50% from 557); Green value is 130 (51.17% from 255 or 23.34% from 557); Blue value is 246 (96.48% from 255 or 44.17% from 557); Max value from RGB is 246 - color contains mainly: blue. Hex color #B582F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B582F6 is #4A7D09. Grayscale: #9E9E9E. Windows color (decimal): -4881674 or 16155317. OLE color: 16155317.

HSL color Cylindrical-coordinate representation of color #B582F6: hue angle of 266.38º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B582F6 is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 181 130 246 -
CMYK 0.26 0.47 0 0.04
HSL 266.38º 0.87% 0.74% -
HSV(B) 266.38º 0.47% 0.96% -
XYZ 43.67 32.44 91.15 -
YUV 158.47 177.4 144.07 -
System Red Green Blue C M Y K H S L
Decimal 181 130 246 0.26 0.47 0 0.04 266.38 0.87 0.74
Hex B5 82 F6 1A 2F 0 4 10A 57 4A
Octal 265 202 366 32 57 0 4 412 127 112
Binary 10110101 10000010 11110110 11010 101111 0 100 100001010 1010111 1001010

Color Harmonies of #B582F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B582F6

Black with #B582F6

Text Example


Text Example

White with #B582F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B582F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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