Html Css Color HEX #B58DDE Biloba Flower

📋 copy color: '#B58DDE'

red 181 ◦ green 141 ◦ blue 222

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

Shades of Biloba Flower #B58DDE

Tints of Biloba Flower #B58DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.81%

R = 33.27%
G = 25.92%
B = 40.81%

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

#B58DDE (or 0xB58DDE) is known color: Biloba Flower. HEX triplet: B5, 8D and DE. RGB value is (181,141,222). Sum of RGB (Red+Green+Blue) = 181+141+222=544 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.27% from 544); Green value is 141 (55.47% from 255 or 25.92% from 544); Blue value is 222 (87.11% from 255 or 40.81% from 544); Max value from RGB is 222 - color contains mainly: blue. Hex color #B58DDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58DDE is #4A7221. Grayscale: #A1A1A1. Windows color (decimal): -4878882 or 14585269. OLE color: 14585269.

HSL color Cylindrical-coordinate representation of color #B58DDE: hue angle of 269.63º degrees, saturation: 0.55, 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 #B58DDE is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 141 222 -
CMYK 0.18 0.36 0 0.13
HSL 269.63º 0.55% 0.71% -
HSV(B) 269.63º 0.36% 0.87% -
XYZ 41.77 34.15 73.5 -
YUV 162.19 161.75 141.41 -
System Red Green Blue C M Y K H S L
Decimal 181 141 222 0.18 0.36 0 0.13 269.63 0.55 0.71
Hex B5 8D DE 12 24 0 D 10E 37 47
Octal 265 215 336 22 44 0 15 416 67 107
Binary 10110101 10001101 11011110 10010 100100 0 1101 100001110 110111 1000111

Color Harmonies of #B58DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58DDE

Black with #B58DDE

Text Example


Text Example

White with #B58DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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