Html Css Color HEX #B58DF3 Biloba Flower

📋 copy color: '#B58DF3'

red 181 ◦ green 141 ◦ blue 243

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

Shades of Biloba Flower #B58DF3

Tints of Biloba Flower #B58DF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 43.01%

R = 32.04%
G = 24.96%
B = 43.01%

CMYK

 C value IS 0.26

 M value IS 0.42

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B58DF3 (or 0xB58DF3) is known color: Biloba Flower. HEX triplet: B5, 8D and F3. RGB value is (181,141,243). Sum of RGB (Red+Green+Blue) = 181+141+243=565 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.04% from 565); Green value is 141 (55.47% from 255 or 24.96% from 565); Blue value is 243 (95.31% from 255 or 43.01% from 565); Max value from RGB is 243 - color contains mainly: blue. Hex color #B58DF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58DF3 is #4A720C. Grayscale: #A4A4A4. Windows color (decimal): -4878861 or 15961525. OLE color: 15961525.

HSL color Cylindrical-coordinate representation of color #B58DF3: hue angle of 263.53º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B58DF3 is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 181 141 243 -
CMYK 0.26 0.42 0 0.05
HSL 263.53º 0.81% 0.75% -
HSV(B) 263.53º 0.42% 0.95% -
XYZ 44.76 35.34 89.26 -
YUV 164.59 172.25 139.71 -
System Red Green Blue C M Y K H S L
Decimal 181 141 243 0.26 0.42 0 0.05 263.53 0.81 0.75
Hex B5 8D F3 1A 2A 0 5 108 51 4B
Octal 265 215 363 32 52 0 5 410 121 113
Binary 10110101 10001101 11110011 11010 101010 0 101 100001000 1010001 1001011

Color Harmonies of #B58DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58DF3

Black with #B58DF3

Text Example


Text Example

White with #B58DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58DF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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