Html Css Color HEX #B084D8 Biloba Flower

📋 copy color: '#B084D8'

red 176 ◦ green 132 ◦ blue 216

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

Shades of Biloba Flower #B084D8

Tints of Biloba Flower #B084D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 41.22%

R = 33.59%
G = 25.19%
B = 41.22%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B084D8 (or 0xB084D8) is known color: Biloba Flower. HEX triplet: B0, 84 and D8. RGB value is (176,132,216). Sum of RGB (Red+Green+Blue) = 176+132+216=524 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.59% from 524); Green value is 132 (51.95% from 255 or 25.19% from 524); Blue value is 216 (84.77% from 255 or 41.22% from 524); Max value from RGB is 216 - color contains mainly: blue. Hex color #B084D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B084D8 is #4F7B27. Grayscale: #9A9A9A. Windows color (decimal): -5208872 or 14189744. OLE color: 14189744.

HSL color Cylindrical-coordinate representation of color #B084D8: hue angle of 271.43º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B084D8 is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 132 216 -
CMYK 0.19 0.39 0 0.15
HSL 271.43º 0.52% 0.68% -
HSV(B) 271.43º 0.39% 0.85% -
XYZ 38.55 30.69 68.86 -
YUV 154.73 162.58 143.17 -
System Red Green Blue C M Y K H S L
Decimal 176 132 216 0.19 0.39 0 0.15 271.43 0.52 0.68
Hex B0 84 D8 13 27 0 F 10F 34 44
Octal 260 204 330 23 47 0 17 417 64 104
Binary 10110000 10000100 11011000 10011 100111 0 1111 100001111 110100 1000100

Color Harmonies of #B084D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B084D8

Black with #B084D8

Text Example


Text Example

White with #B084D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B084D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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