Html Css Color HEX #B585ED Biloba Flower

📋 copy color: '#B585ED'

red 181 ◦ green 133 ◦ blue 237

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

Shades of Biloba Flower #B585ED

Tints of Biloba Flower #B585ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.01%

R = 32.85%
G = 24.14%
B = 43.01%

CMYK

 C value IS 0.24

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B585ED (or 0xB585ED) is known color: Biloba Flower. HEX triplet: B5, 85 and ED. RGB value is (181,133,237). Sum of RGB (Red+Green+Blue) = 181+133+237=551 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.85% from 551); Green value is 133 (52.34% from 255 or 24.14% from 551); Blue value is 237 (92.97% from 255 or 43.01% from 551); Max value from RGB is 237 - color contains mainly: blue. Hex color #B585ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B585ED is #4A7A12. Grayscale: #9E9E9E. Windows color (decimal): -4880915 or 15566261. OLE color: 15566261.

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

Color convert

RGB 181 133 237 -
CMYK 0.24 0.44 0 0.07
HSL 267.69º 0.74% 0.73% -
HSV(B) 267.69º 0.44% 0.93% -
XYZ 42.73 32.71 84.18 -
YUV 159.21 171.9 143.54 -
System Red Green Blue C M Y K H S L
Decimal 181 133 237 0.24 0.44 0 0.07 267.69 0.74 0.73
Hex B5 85 ED 18 2C 0 7 10C 4A 49
Octal 265 205 355 30 54 0 7 414 112 111
Binary 10110101 10000101 11101101 11000 101100 0 111 100001100 1001010 1001001

Color Harmonies of #B585ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B585ED

Black with #B585ED

Text Example


Text Example

White with #B585ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B585ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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