Html Css Color HEX #B083DF Biloba Flower

📋 copy color: '#B083DF'

red 176 ◦ green 131 ◦ blue 223

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

Shades of Biloba Flower #B083DF

Tints of Biloba Flower #B083DF

RGB

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

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

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

R = 33.21%
G = 24.72%
B = 42.08%

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

#B083DF (or 0xB083DF) is known color: Biloba Flower. HEX triplet: B0, 83 and DF. RGB value is (176,131,223). Sum of RGB (Red+Green+Blue) = 176+131+223=530 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.21% from 530); Green value is 131 (51.56% from 255 or 24.72% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #B083DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B083DF is #4F7C20. Grayscale: #9A9A9A. Windows color (decimal): -5209121 or 14648240. OLE color: 14648240.

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

Color convert

RGB 176 131 223 -
CMYK 0.21 0.41 0 0.13
HSL 269.35º 0.59% 0.69% -
HSV(B) 269.35º 0.41% 0.87% -
XYZ 39.34 30.79 73.68 -
YUV 154.94 166.41 143.02 -
System Red Green Blue C M Y K H S L
Decimal 176 131 223 0.21 0.41 0 0.13 269.35 0.59 0.69
Hex B0 83 DF 15 29 0 D 10D 3B 45
Octal 260 203 337 25 51 0 15 415 73 105
Binary 10110000 10000011 11011111 10101 101001 0 1101 100001101 111011 1000101

Color Harmonies of #B083DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B083DF

Black with #B083DF

Text Example


Text Example

White with #B083DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B083DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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