Html Css Color HEX #B58DDD Biloba Flower

📋 copy color: '#B58DDD'

red 181 ◦ green 141 ◦ blue 221

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

Shades of Biloba Flower #B58DDD

Tints of Biloba Flower #B58DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.7%

R = 33.33%
G = 25.97%
B = 40.7%

CMYK

 C value IS 0.18

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B58DDD (or 0xB58DDD) is known color: Biloba Flower. HEX triplet: B5, 8D and DD. RGB value is (181,141,221). Sum of RGB (Red+Green+Blue) = 181+141+221=543 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.33% from 543); Green value is 141 (55.47% from 255 or 25.97% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 221 - color contains mainly: blue. Hex color #B58DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58DDD is #4A7222. Grayscale: #A1A1A1. Windows color (decimal): -4878883 or 14519733. OLE color: 14519733.

HSL color Cylindrical-coordinate representation of color #B58DDD: hue angle of 270º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B58DDD is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 141 221 -
CMYK 0.18 0.36 0 0.13
HSL 270º 0.54% 0.71% -
HSV(B) 270º 0.36% 0.87% -
XYZ 41.63 34.09 72.79 -
YUV 162.08 161.25 141.5 -
System Red Green Blue C M Y K H S L
Decimal 181 141 221 0.18 0.36 0 0.13 270 0.54 0.71
Hex B5 8D DD 12 24 0 D 10E 36 47
Octal 265 215 335 22 44 0 15 416 66 107
Binary 10110101 10001101 11011101 10010 100100 0 1101 100001110 110110 1000111

Color Harmonies of #B58DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58DDD

Black with #B58DDD

Text Example


Text Example

White with #B58DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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