Html Css Color HEX #B58DF6 Biloba Flower

📋 copy color: '#B58DF6'

red 181 ◦ green 141 ◦ blue 246

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

Shades of Biloba Flower #B58DF6

Tints of Biloba Flower #B58DF6

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.82%

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

R = 31.87%
G = 24.82%
B = 43.31%

CMYK

 C value IS 0.26

 M value IS 0.43

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B58DF6 (or 0xB58DF6) is known color: Biloba Flower. HEX triplet: B5, 8D and F6. RGB value is (181,141,246). Sum of RGB (Red+Green+Blue) = 181+141+246=568 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.87% from 568); Green value is 141 (55.47% from 255 or 24.82% from 568); Blue value is 246 (96.48% from 255 or 43.31% from 568); Max value from RGB is 246 - color contains mainly: blue. Hex color #B58DF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58DF6 is #4A7209. Grayscale: #A4A4A4. Windows color (decimal): -4878858 or 16158133. OLE color: 16158133.

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

Color convert

RGB 181 141 246 -
CMYK 0.26 0.43 0 0.04
HSL 262.86º 0.85% 0.76% -
HSV(B) 262.86º 0.43% 0.96% -
XYZ 45.22 35.53 91.66 -
YUV 164.93 173.75 139.46 -
System Red Green Blue C M Y K H S L
Decimal 181 141 246 0.26 0.43 0 0.04 262.86 0.85 0.76
Hex B5 8D F6 1A 2B 0 4 107 55 4C
Octal 265 215 366 32 53 0 4 407 125 114
Binary 10110101 10001101 11110110 11010 101011 0 100 100000111 1010101 1001100

Color Harmonies of #B58DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58DF6

Black with #B58DF6

Text Example


Text Example

White with #B58DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58DF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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