Html Css Color HEX #B083DB Biloba Flower

📋 copy color: '#B083DB'

red 176 ◦ green 131 ◦ blue 219

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

Shades of Biloba Flower #B083DB

Tints of Biloba Flower #B083DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.63%

R = 33.46%
G = 24.9%
B = 41.63%

CMYK

 C value IS 0.20

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B083DB (or 0xB083DB) is known color: Biloba Flower. HEX triplet: B0, 83 and DB. RGB value is (176,131,219). Sum of RGB (Red+Green+Blue) = 176+131+219=526 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.46% from 526); Green value is 131 (51.56% from 255 or 24.90% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #B083DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B083DB is #4F7C24. Grayscale: #9A9A9A. Windows color (decimal): -5209125 or 14386096. OLE color: 14386096.

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

Color convert

RGB 176 131 219 -
CMYK 0.20 0.40 0 0.14
HSL 270.68º 0.55% 0.69% -
HSV(B) 270.68º 0.4% 0.86% -
XYZ 38.81 30.58 70.87 -
YUV 154.49 164.41 143.34 -
System Red Green Blue C M Y K H S L
Decimal 176 131 219 0.20 0.40 0 0.14 270.68 0.55 0.69
Hex B0 83 DB 14 28 0 E 10F 37 45
Octal 260 203 333 24 50 0 16 417 67 105
Binary 10110000 10000011 11011011 10100 101000 0 1110 100001111 110111 1000101

Color Harmonies of #B083DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B083DB

Black with #B083DB

Text Example


Text Example

White with #B083DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B083DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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