Html Css Color HEX #B680DD Biloba Flower

📋 copy color: '#B680DD'

red 182 ◦ green 128 ◦ blue 221

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

Shades of Biloba Flower #B680DD

Tints of Biloba Flower #B680DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.62%

R = 34.27%
G = 24.11%
B = 41.62%

CMYK

 C value IS 0.18

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B680DD (or 0xB680DD) is known color: Biloba Flower. HEX triplet: B6, 80 and DD. RGB value is (182,128,221). Sum of RGB (Red+Green+Blue) = 182+128+221=531 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.27% from 531); Green value is 128 (50.39% from 255 or 24.11% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #B680DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B680DD is #497F22. Grayscale: #9A9A9A. Windows color (decimal): -4816675 or 14516406. OLE color: 14516406.

HSL color Cylindrical-coordinate representation of color #B680DD: hue angle of 274.84º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B680DD is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 128 221 -
CMYK 0.18 0.42 0 0.13
HSL 274.84º 0.58% 0.68% -
HSV(B) 274.84º 0.42% 0.87% -
XYZ 40.06 30.6 72.2 -
YUV 154.75 165.39 147.44 -
System Red Green Blue C M Y K H S L
Decimal 182 128 221 0.18 0.42 0 0.13 274.84 0.58 0.68
Hex B6 80 DD 12 2A 0 D 113 3A 44
Octal 266 200 335 22 52 0 15 423 72 104
Binary 10110110 10000000 11011101 10010 101010 0 1101 100010011 111010 1000100

Color Harmonies of #B680DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B680DD

Black with #B680DD

Text Example


Text Example

White with #B680DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B680DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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