Html Css Color HEX #B58CDF Biloba Flower

📋 copy color: '#B58CDF'

red 181 ◦ green 140 ◦ blue 223

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

Shades of Biloba Flower #B58CDF

Tints of Biloba Flower #B58CDF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.74%

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

R = 33.27%
G = 25.74%
B = 40.99%

CMYK

 C value IS 0.19

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B58CDF (or 0xB58CDF) is known color: Biloba Flower. HEX triplet: B5, 8C and DF. RGB value is (181,140,223). Sum of RGB (Red+Green+Blue) = 181+140+223=544 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.27% from 544); Green value is 140 (55.08% from 255 or 25.74% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #B58CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58CDF is #4A7320. Grayscale: #A1A1A1. Windows color (decimal): -4879137 or 14650549. OLE color: 14650549.

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

Color convert

RGB 181 140 223 -
CMYK 0.19 0.37 0 0.13
HSL 269.64º 0.56% 0.71% -
HSV(B) 269.64º 0.37% 0.87% -
XYZ 41.75 33.91 74.16 -
YUV 161.72 162.58 141.75 -
System Red Green Blue C M Y K H S L
Decimal 181 140 223 0.19 0.37 0 0.13 269.64 0.56 0.71
Hex B5 8C DF 13 25 0 D 10E 38 47
Octal 265 214 337 23 45 0 15 416 70 107
Binary 10110101 10001100 11011111 10011 100101 0 1101 100001110 111000 1000111

Color Harmonies of #B58CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58CDF

Black with #B58CDF

Text Example


Text Example

White with #B58CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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