Html Css Color HEX #B58FF6 Biloba Flower

📋 copy color: '#B58FF6'

red 181 ◦ green 143 ◦ blue 246

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

Shades of Biloba Flower #B58FF6

Tints of Biloba Flower #B58FF6

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.09%

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

R = 31.75%
G = 25.09%
B = 43.16%

CMYK

 C value IS 0.26

 M value IS 0.42

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B58FF6 (or 0xB58FF6) is known color: Biloba Flower. HEX triplet: B5, 8F and F6. RGB value is (181,143,246). Sum of RGB (Red+Green+Blue) = 181+143+246=570 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.75% from 570); Green value is 143 (56.25% from 255 or 25.09% from 570); Blue value is 246 (96.48% from 255 or 43.16% from 570); Max value from RGB is 246 - color contains mainly: blue. Hex color #B58FF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58FF6 is #4A7009. Grayscale: #A5A5A5. Windows color (decimal): -4878346 or 16158645. OLE color: 16158645.

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

Color convert

RGB 181 143 246 -
CMYK 0.26 0.42 0 0.04
HSL 262.14º 0.85% 0.76% -
HSV(B) 262.14º 0.42% 0.96% -
XYZ 45.51 36.12 91.76 -
YUV 166.1 173.09 138.62 -
System Red Green Blue C M Y K H S L
Decimal 181 143 246 0.26 0.42 0 0.04 262.14 0.85 0.76
Hex B5 8F F6 1A 2A 0 4 106 55 4C
Octal 265 217 366 32 52 0 4 406 125 114
Binary 10110101 10001111 11110110 11010 101010 0 100 100000110 1010101 1001100

Color Harmonies of #B58FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58FF6

Black with #B58FF6

Text Example


Text Example

White with #B58FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58FF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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