Html Css Color HEX #B680DB Biloba Flower

📋 copy color: '#B680DB'

red 182 ◦ green 128 ◦ blue 219

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

Shades of Biloba Flower #B680DB

Tints of Biloba Flower #B680DB

RGB

 RED value IS 182 (71.48% from 255) = 34.4%

 GREEN value IS 128 (50.39% from 255) = 24.2%

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

R = 34.4%
G = 24.2%
B = 41.4%

CMYK

 C value IS 0.17

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B680DB (or 0xB680DB) is known color: Biloba Flower. HEX triplet: B6, 80 and DB. RGB value is (182,128,219). Sum of RGB (Red+Green+Blue) = 182+128+219=529 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.40% from 529); Green value is 128 (50.39% from 255 or 24.20% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #B680DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B680DB is #497F24. Grayscale: #9A9A9A. Windows color (decimal): -4816677 or 14385334. OLE color: 14385334.

HSL color Cylindrical-coordinate representation of color #B680DB: hue angle of 275.6º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B680DB is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 182 128 219 -
CMYK 0.17 0.42 0 0.14
HSL 275.6º 0.56% 0.68% -
HSV(B) 275.6º 0.42% 0.86% -
XYZ 39.8 30.5 70.81 -
YUV 154.52 164.39 147.6 -
System Red Green Blue C M Y K H S L
Decimal 182 128 219 0.17 0.42 0 0.14 275.6 0.56 0.68
Hex B6 80 DB 11 2A 0 E 114 38 44
Octal 266 200 333 21 52 0 16 424 70 104
Binary 10110110 10000000 11011011 10001 101010 0 1110 100010100 111000 1000100

Color Harmonies of #B680DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B680DB

Black with #B680DB

Text Example


Text Example

White with #B680DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B680DB; }

 p { color: rgb(182,128,219); }

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

background-color css

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

 a { background-color: rgb(182,128,219); }

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

border-color css

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

 span { border-color: rgb(182,128,219); }

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