Html Css Color HEX #B58FDF Biloba Flower

📋 copy color: '#B58FDF'

red 181 ◦ green 143 ◦ blue 223

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

Shades of Biloba Flower #B58FDF

Tints of Biloba Flower #B58FDF

RGB

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

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

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

R = 33.09%
G = 26.14%
B = 40.77%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B58FDF (or 0xB58FDF) is known color: Biloba Flower. HEX triplet: B5, 8F and DF. RGB value is (181,143,223). Sum of RGB (Red+Green+Blue) = 181+143+223=547 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.09% from 547); Green value is 143 (56.25% from 255 or 26.14% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 223 - color contains mainly: blue. Hex color #B58FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58FDF is #4A7020. Grayscale: #A3A3A3. Windows color (decimal): -4878369 or 14651317. OLE color: 14651317.

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

Color convert

RGB 181 143 223 -
CMYK 0.19 0.36 0 0.13
HSL 268.5º 0.56% 0.72% -
HSV(B) 268.5º 0.36% 0.87% -
XYZ 42.2 34.8 74.3 -
YUV 163.48 161.59 140.5 -
System Red Green Blue C M Y K H S L
Decimal 181 143 223 0.19 0.36 0 0.13 268.5 0.56 0.72
Hex B5 8F DF 13 24 0 D 10C 38 48
Octal 265 217 337 23 44 0 15 414 70 110
Binary 10110101 10001111 11011111 10011 100100 0 1101 100001100 111000 1001000

Color Harmonies of #B58FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58FDF

Black with #B58FDF

Text Example


Text Example

White with #B58FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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