Html Css Color HEX #B58FEC Biloba Flower

📋 copy color: '#B58FEC'

red 181 ◦ green 143 ◦ blue 236

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

Shades of Biloba Flower #B58FEC

Tints of Biloba Flower #B58FEC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.54%

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

R = 32.32%
G = 25.54%
B = 42.14%

CMYK

 C value IS 0.23

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B58FEC (or 0xB58FEC) is known color: Biloba Flower. HEX triplet: B5, 8F and EC. RGB value is (181,143,236). Sum of RGB (Red+Green+Blue) = 181+143+236=560 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.32% from 560); Green value is 143 (56.25% from 255 or 25.54% from 560); Blue value is 236 (92.58% from 255 or 42.14% from 560); Max value from RGB is 236 - color contains mainly: blue. Hex color #B58FEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58FEC is #4A7013. Grayscale: #A4A4A4. Windows color (decimal): -4878356 or 15503285. OLE color: 15503285.

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

Color convert

RGB 181 143 236 -
CMYK 0.23 0.39 0 0.07
HSL 264.52º 0.71% 0.74% -
HSV(B) 264.52º 0.39% 0.93% -
XYZ 44.02 35.52 83.89 -
YUV 164.96 168.09 139.44 -
System Red Green Blue C M Y K H S L
Decimal 181 143 236 0.23 0.39 0 0.07 264.52 0.71 0.74
Hex B5 8F EC 17 27 0 7 109 47 4A
Octal 265 217 354 27 47 0 7 411 107 112
Binary 10110101 10001111 11101100 10111 100111 0 111 100001001 1000111 1001010

Color Harmonies of #B58FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58FEC

Black with #B58FEC

Text Example


Text Example

White with #B58FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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