Html Css Color HEX #B58DEC Biloba Flower

📋 copy color: '#B58DEC'

red 181 ◦ green 141 ◦ blue 236

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

Shades of Biloba Flower #B58DEC

Tints of Biloba Flower #B58DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.29%

R = 32.44%
G = 25.27%
B = 42.29%

CMYK

 C value IS 0.23

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B58DEC (or 0xB58DEC) is known color: Biloba Flower. HEX triplet: B5, 8D and EC. RGB value is (181,141,236). Sum of RGB (Red+Green+Blue) = 181+141+236=558 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.44% from 558); Green value is 141 (55.47% from 255 or 25.27% from 558); Blue value is 236 (92.58% from 255 or 42.29% from 558); Max value from RGB is 236 - color contains mainly: blue. Hex color #B58DEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58DEC is #4A7213. Grayscale: #A3A3A3. Windows color (decimal): -4878868 or 15502773. OLE color: 15502773.

HSL color Cylindrical-coordinate representation of color #B58DEC: hue angle of 265.26º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B58DEC is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 141 236 -
CMYK 0.23 0.40 0 0.07
HSL 265.26º 0.71% 0.74% -
HSV(B) 265.26º 0.4% 0.93% -
XYZ 43.72 34.93 83.79 -
YUV 163.79 168.75 140.28 -
System Red Green Blue C M Y K H S L
Decimal 181 141 236 0.23 0.40 0 0.07 265.26 0.71 0.74
Hex B5 8D EC 17 28 0 7 109 47 4A
Octal 265 215 354 27 50 0 7 411 107 112
Binary 10110101 10001101 11101100 10111 101000 0 111 100001001 1000111 1001010

Color Harmonies of #B58DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58DEC

Black with #B58DEC

Text Example


Text Example

White with #B58DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58DEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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