Html Css Color HEX #B680DF Biloba Flower

📋 copy color: '#B680DF'

red 182 ◦ green 128 ◦ blue 223

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

Shades of Biloba Flower #B680DF

Tints of Biloba Flower #B680DF

RGB

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

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

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

R = 34.15%
G = 24.02%
B = 41.84%

CMYK

 C value IS 0.18

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B680DF (or 0xB680DF) is known color: Biloba Flower. HEX triplet: B6, 80 and DF. RGB value is (182,128,223). Sum of RGB (Red+Green+Blue) = 182+128+223=533 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.15% from 533); Green value is 128 (50.39% from 255 or 24.02% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: blue. Hex color #B680DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B680DF is #497F20. Grayscale: #9A9A9A. Windows color (decimal): -4816673 or 14647478. OLE color: 14647478.

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

Color convert

RGB 182 128 223 -
CMYK 0.18 0.43 0 0.13
HSL 274.11º 0.6% 0.69% -
HSV(B) 274.11º 0.43% 0.87% -
XYZ 40.33 30.71 73.61 -
YUV 154.98 166.39 147.28 -
System Red Green Blue C M Y K H S L
Decimal 182 128 223 0.18 0.43 0 0.13 274.11 0.6 0.69
Hex B6 80 DF 12 2B 0 D 112 3C 45
Octal 266 200 337 22 53 0 15 422 74 105
Binary 10110110 10000000 11011111 10010 101011 0 1101 100010010 111100 1000101

Color Harmonies of #B680DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B680DF

Black with #B680DF

Text Example


Text Example

White with #B680DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B680DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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