Html Css Color HEX #B084DC Biloba Flower

📋 copy color: '#B084DC'

red 176 ◦ green 132 ◦ blue 220

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

Shades of Biloba Flower #B084DC

Tints of Biloba Flower #B084DC

RGB

 RED value IS 176 (69.14% from 255) = 33.33%

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

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

R = 33.33%
G = 25%
B = 41.67%

CMYK

 C value IS 0.2

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B084DC (or 0xB084DC) is known color: Biloba Flower. HEX triplet: B0, 84 and DC. RGB value is (176,132,220). Sum of RGB (Red+Green+Blue) = 176+132+220=528 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.33% from 528); Green value is 132 (51.95% from 255 or 25% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 220 - color contains mainly: blue. Hex color #B084DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B084DC is #4F7B23. Grayscale: #9A9A9A. Windows color (decimal): -5208868 or 14451888. OLE color: 14451888.

HSL color Cylindrical-coordinate representation of color #B084DC: hue angle of 270º 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 #B084DC is Cyan = 0.2, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 132 220 -
CMYK 0.2 0.40 0 0.14
HSL 270º 0.56% 0.69% -
HSV(B) 270º 0.4% 0.86% -
XYZ 39.07 30.9 71.62 -
YUV 155.19 164.58 142.84 -
System Red Green Blue C M Y K H S L
Decimal 176 132 220 0.2 0.40 0 0.14 270 0.56 0.69
Hex B0 84 DC 14 28 0 E 10E 38 45
Octal 260 204 334 24 50 0 16 416 70 105
Binary 10110000 10000100 11011100 10100 101000 0 1110 100001110 111000 1000101

Color Harmonies of #B084DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B084DC

Black with #B084DC

Text Example


Text Example

White with #B084DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B084DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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