Html Css Color HEX #B585DD Biloba Flower

📋 copy color: '#B585DD'

red 181 ◦ green 133 ◦ blue 221

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

Shades of Biloba Flower #B585DD

Tints of Biloba Flower #B585DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.31%

R = 33.83%
G = 24.86%
B = 41.31%

CMYK

 C value IS 0.18

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B585DD (or 0xB585DD) is known color: Biloba Flower. HEX triplet: B5, 85 and DD. RGB value is (181,133,221). Sum of RGB (Red+Green+Blue) = 181+133+221=535 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.83% from 535); Green value is 133 (52.34% from 255 or 24.86% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #B585DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B585DD is #4A7A22. Grayscale: #9D9D9D. Windows color (decimal): -4880931 or 14517685. OLE color: 14517685.

HSL color Cylindrical-coordinate representation of color #B585DD: hue angle of 272.73º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B585DD is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 133 221 -
CMYK 0.18 0.40 0 0.13
HSL 272.73º 0.56% 0.69% -
HSV(B) 272.73º 0.4% 0.87% -
XYZ 40.49 31.82 72.41 -
YUV 157.38 163.9 144.84 -
System Red Green Blue C M Y K H S L
Decimal 181 133 221 0.18 0.40 0 0.13 272.73 0.56 0.69
Hex B5 85 DD 12 28 0 D 111 38 45
Octal 265 205 335 22 50 0 15 421 70 105
Binary 10110101 10000101 11011101 10010 101000 0 1101 100010001 111000 1000101

Color Harmonies of #B585DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B585DD

Black with #B585DD

Text Example


Text Example

White with #B585DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B585DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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