Html Css Color HEX #B585F5 Biloba Flower

📋 copy color: '#B585F5'

red 181 ◦ green 133 ◦ blue 245

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

Shades of Biloba Flower #B585F5

Tints of Biloba Flower #B585F5

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.79%

 BLUE value IS 245 (96.09% from 255) = 43.83%

R = 32.38%
G = 23.79%
B = 43.83%

CMYK

 C value IS 0.26

 M value IS 0.46

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B585F5 (or 0xB585F5) is known color: Biloba Flower. HEX triplet: B5, 85 and F5. RGB value is (181,133,245). Sum of RGB (Red+Green+Blue) = 181+133+245=559 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.38% from 559); Green value is 133 (52.34% from 255 or 23.79% from 559); Blue value is 245 (96.09% from 255 or 43.83% from 559); Max value from RGB is 245 - color contains mainly: blue. Hex color #B585F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B585F5 is #4A7A0A. Grayscale: #9F9F9F. Windows color (decimal): -4880907 or 16090549. OLE color: 16090549.

HSL color Cylindrical-coordinate representation of color #B585F5: hue angle of 265.71º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B585F5 is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 181 133 245 -
CMYK 0.26 0.46 0 0.04
HSL 265.71º 0.85% 0.74% -
HSV(B) 265.71º 0.46% 0.96% -
XYZ 43.93 33.19 90.48 -
YUV 160.12 175.9 142.89 -
System Red Green Blue C M Y K H S L
Decimal 181 133 245 0.26 0.46 0 0.04 265.71 0.85 0.74
Hex B5 85 F5 1A 2E 0 4 10A 55 4A
Octal 265 205 365 32 56 0 4 412 125 112
Binary 10110101 10000101 11110101 11010 101110 0 100 100001010 1010101 1001010

Color Harmonies of #B585F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B585F5

Black with #B585F5

Text Example


Text Example

White with #B585F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B585F5; }

 p { color: rgb(181,133,245); }

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

background-color css

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

 a { background-color: rgb(181,133,245); }

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

border-color css

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

 span { border-color: rgb(181,133,245); }

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