Html Css Color HEX #B58ADF Biloba Flower

📋 copy color: '#B58ADF'

red 181 ◦ green 138 ◦ blue 223

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

Shades of Biloba Flower #B58ADF

Tints of Biloba Flower #B58ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.14%

R = 33.39%
G = 25.46%
B = 41.14%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B58ADF (or 0xB58ADF) is known color: Biloba Flower. HEX triplet: B5, 8A and DF. RGB value is (181,138,223). Sum of RGB (Red+Green+Blue) = 181+138+223=542 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.39% from 542); Green value is 138 (54.30% from 255 or 25.46% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #B58ADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58ADF is #4A7520. Grayscale: #A0A0A0. Windows color (decimal): -4879649 or 14650037. OLE color: 14650037.

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

Color convert

RGB 181 138 223 -
CMYK 0.19 0.38 0 0.13
HSL 270.35º 0.57% 0.71% -
HSV(B) 270.35º 0.38% 0.87% -
XYZ 41.46 33.33 74.06 -
YUV 160.55 163.25 142.59 -
System Red Green Blue C M Y K H S L
Decimal 181 138 223 0.19 0.38 0 0.13 270.35 0.57 0.71
Hex B5 8A DF 13 26 0 D 10E 39 47
Octal 265 212 337 23 46 0 15 416 71 107
Binary 10110101 10001010 11011111 10011 100110 0 1101 100001110 111001 1000111

Color Harmonies of #B58ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58ADF

Black with #B58ADF

Text Example


Text Example

White with #B58ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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