Html Css Color HEX #B083DC Biloba Flower

📋 copy color: '#B083DC'

red 176 ◦ green 131 ◦ blue 220

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

Shades of Biloba Flower #B083DC

Tints of Biloba Flower #B083DC

RGB

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

 GREEN value IS 131 (51.56% from 255) = 24.86%

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

R = 33.4%
G = 24.86%
B = 41.75%

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

#B083DC (or 0xB083DC) is known color: Biloba Flower. HEX triplet: B0, 83 and DC. RGB value is (176,131,220). Sum of RGB (Red+Green+Blue) = 176+131+220=527 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.40% from 527); Green value is 131 (51.56% from 255 or 24.86% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 220 - color contains mainly: blue. Hex color #B083DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B083DC is #4F7C23. Grayscale: #9A9A9A. Windows color (decimal): -5209124 or 14451632. OLE color: 14451632.

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

Color convert

RGB 176 131 220 -
CMYK 0.2 0.40 0 0.14
HSL 270.34º 0.56% 0.69% -
HSV(B) 270.34º 0.4% 0.86% -
XYZ 38.94 30.63 71.57 -
YUV 154.6 164.91 143.26 -
System Red Green Blue C M Y K H S L
Decimal 176 131 220 0.2 0.40 0 0.14 270.34 0.56 0.69
Hex B0 83 DC 14 28 0 E 10E 38 45
Octal 260 203 334 24 50 0 16 416 70 105
Binary 10110000 10000011 11011100 10100 101000 0 1110 100001110 111000 1000101

Color Harmonies of #B083DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B083DC

Black with #B083DC

Text Example


Text Example

White with #B083DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B083DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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