Html Css Color HEX #B084DF Biloba Flower

📋 copy color: '#B084DF'

red 176 ◦ green 132 ◦ blue 223

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

Shades of Biloba Flower #B084DF

Tints of Biloba Flower #B084DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42%

R = 33.15%
G = 24.86%
B = 42%

CMYK

 C value IS 0.21

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B084DF (or 0xB084DF) is known color: Biloba Flower. HEX triplet: B0, 84 and DF. RGB value is (176,132,223). Sum of RGB (Red+Green+Blue) = 176+132+223=531 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.15% from 531); Green value is 132 (51.95% from 255 or 24.86% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 223 - color contains mainly: blue. Hex color #B084DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B084DF is #4F7B20. Grayscale: #9B9B9B. Windows color (decimal): -5208865 or 14648496. OLE color: 14648496.

HSL color Cylindrical-coordinate representation of color #B084DF: hue angle of 269.01º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B084DF is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 132 223 -
CMYK 0.21 0.41 0 0.13
HSL 269.01º 0.59% 0.7% -
HSV(B) 269.01º 0.41% 0.87% -
XYZ 39.48 31.06 73.73 -
YUV 155.53 166.08 142.6 -
System Red Green Blue C M Y K H S L
Decimal 176 132 223 0.21 0.41 0 0.13 269.01 0.59 0.7
Hex B0 84 DF 15 29 0 D 10D 3B 46
Octal 260 204 337 25 51 0 15 415 73 106
Binary 10110000 10000100 11011111 10101 101001 0 1101 100001101 111011 1000110

Color Harmonies of #B084DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B084DF

Black with #B084DF

Text Example


Text Example

White with #B084DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B084DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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