Html Css Color HEX #B58ADD Biloba Flower

📋 copy color: '#B58ADD'

red 181 ◦ green 138 ◦ blue 221

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

Shades of Biloba Flower #B58ADD

Tints of Biloba Flower #B58ADD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.56%

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

R = 33.52%
G = 25.56%
B = 40.93%

CMYK

 C value IS 0.18

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B58ADD (or 0xB58ADD) is known color: Biloba Flower. HEX triplet: B5, 8A and DD. RGB value is (181,138,221). Sum of RGB (Red+Green+Blue) = 181+138+221=540 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.52% from 540); Green value is 138 (54.30% from 255 or 25.56% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #B58ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58ADD is #4A7522. Grayscale: #A0A0A0. Windows color (decimal): -4879651 or 14518965. OLE color: 14518965.

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

Color convert

RGB 181 138 221 -
CMYK 0.18 0.38 0 0.13
HSL 271.08º 0.55% 0.7% -
HSV(B) 271.08º 0.38% 0.87% -
XYZ 41.2 33.22 72.65 -
YUV 160.32 162.25 142.75 -
System Red Green Blue C M Y K H S L
Decimal 181 138 221 0.18 0.38 0 0.13 271.08 0.55 0.7
Hex B5 8A DD 12 26 0 D 10F 37 46
Octal 265 212 335 22 46 0 15 417 67 106
Binary 10110101 10001010 11011101 10010 100110 0 1101 100001111 110111 1000110

Color Harmonies of #B58ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58ADD

Black with #B58ADD

Text Example


Text Example

White with #B58ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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