Html Css Color HEX #B584DC Biloba Flower

📋 copy color: '#B584DC'

red 181 ◦ green 132 ◦ blue 220

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

Shades of Biloba Flower #B584DC

Tints of Biloba Flower #B584DC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 24.77%

 BLUE value IS 220 (86.33% from 255) = 41.28%

R = 33.96%
G = 24.77%
B = 41.28%

CMYK

 C value IS 0.18

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B584DC (or 0xB584DC) is known color: Biloba Flower. HEX triplet: B5, 84 and DC. RGB value is (181,132,220). Sum of RGB (Red+Green+Blue) = 181+132+220=533 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.96% from 533); Green value is 132 (51.95% from 255 or 24.77% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #B584DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B584DC is #4A7B23. Grayscale: #9C9C9C. Windows color (decimal): -4881188 or 14451893. OLE color: 14451893.

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

Color convert

RGB 181 132 220 -
CMYK 0.18 0.40 0 0.14
HSL 273.41º 0.56% 0.69% -
HSV(B) 273.41º 0.4% 0.86% -
XYZ 40.23 31.49 71.67 -
YUV 156.68 163.73 145.34 -
System Red Green Blue C M Y K H S L
Decimal 181 132 220 0.18 0.40 0 0.14 273.41 0.56 0.69
Hex B5 84 DC 12 28 0 E 111 38 45
Octal 265 204 334 22 50 0 16 421 70 105
Binary 10110101 10000100 11011100 10010 101000 0 1110 100010001 111000 1000101

Color Harmonies of #B584DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B584DC

Black with #B584DC

Text Example


Text Example

White with #B584DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B584DC; }

 p { color: rgb(181,132,220); }

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

background-color css

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

 a { background-color: rgb(181,132,220); }

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

border-color css

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

 span { border-color: rgb(181,132,220); }

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